Entity overview
Attribute
Create and manage custom attributes to extend Flowtly data models.
Endpoints
https://api.flowtly.eu/attributes
List attributes
Retrieve attributes with pagination and filters.
https://api.flowtly.eu/attributes
Create attribute
Define a new attribute with slug, name, and type.
https://api.flowtly.eu/attributes/{id}
Get attribute by ID
Read a specific attribute definition.
https://api.flowtly.eu/attributes/{id}
Update attribute
Patch attribute details such as name or description.
https://api.flowtly.eu/attributes/{id}
Delete attribute
Remove an attribute definition.
https://api.flowtly.eu/attribute-entity-values
List attribute-entity-values
Retrieve attribute values linked to entities.
https://api.flowtly.eu/attribute-entity-values
Create attribute-entity-value
Create a value for an attribute on a specific entity.
https://api.flowtly.eu/attribute-entity-values/{id}
Get attribute-entity-value
Fetch a single attribute value attached to an entity.
https://api.flowtly.eu/attribute-entity-values/{id}
Update attribute-entity-value
Patch the value or metadata stored for an entity.
https://api.flowtly.eu/attribute-entity-values/{id}
Delete attribute-entity-value
Remove an attribute value from an entity.
https://api.flowtly.eu/attribute-set-attributes
List attribute-set-attributes
Retrieve the attributes assigned to sets.
https://api.flowtly.eu/attribute-set-attributes
Create attribute-set-attribute
Add an attribute into a set.
https://api.flowtly.eu/attribute-set-attributes/{id}
Get attribute-set-attribute
Fetch a single attribute-to-set assignment.
https://api.flowtly.eu/attribute-set-attributes/{id}
Update attribute-set-attribute
Patch ordering or configuration of an attribute within a set.
https://api.flowtly.eu/attribute-set-attributes/{id}
Delete attribute-set-attribute
Remove an attribute from a set.
https://api.flowtly.eu/attribute-sets
List attribute-sets
Retrieve attribute sets.
https://api.flowtly.eu/attribute-sets
Create attribute-set
Define a new attribute set.
https://api.flowtly.eu/attribute-sets/{id}
Get attribute-set
Read a specific attribute set.
https://api.flowtly.eu/attribute-sets/{id}
Update attribute-set
Patch attribute set details.
https://api.flowtly.eu/attribute-sets/{id}
Delete attribute-set
Remove an attribute set.
https://api.flowtly.eu/attribute-values
List attribute-values
Retrieve standalone attribute values.
https://api.flowtly.eu/attribute-values
Create attribute-value
Create a reusable attribute value.
https://api.flowtly.eu/attribute-values/{id}
Get attribute-value
Fetch a specific attribute value.
https://api.flowtly.eu/attribute-values/{id}
Update attribute-value
Patch a reusable attribute value.
https://api.flowtly.eu/attribute-values/{id}
Delete attribute-value
Delete a reusable attribute value.
https://api.flowtly.eu/attribute-sets/relation-names
Retrieves the collection of AttributeSetRelationNameOutput resources.
Retrieves the collection of AttributeSetRelationNameOutput resources.
Schema fields
Attribute-attribute.read| Field | Type | Description |
|---|---|---|
id |
string | Identifier of the attribute. |
name |
string | Display name of the attribute. |
type |
string | Data type of the attribute. |
shift |
integer | — |
required |
boolean | — |
multiple |
boolean | — |
defaultValue |
string | null | — |
formatPattern |
string | null | — |