Skip to content

Customization & tags – build on Flowtly

Use this curated snapshot of the Flowtly OpenAPI schema to plan integrations, automate workflows, and sync the data your teams rely on.

Documentation status

Last synced on 2026-04-03 18:31 (app version 2.0.0)

Only a subset of entities is made public. Run both sync commands to refresh this documentation when the Flowtly app ships new capabilities.

Customization & tags

Attributes, attribute sets, tags, and custom metadata fields.

Entity overview

Attribute

Create and manage custom attributes, attribute sets, values, pricing rules, and entity assignments.

Endpoints

GET https://api.flowtly.eu/attributes

List attributes

Retrieves the collection of AttributeValue resources.

POST https://api.flowtly.eu/attributes

Create attribute

Creates a AttributeValue resource.

GET https://api.flowtly.eu/attributes/{id}

Get attribute by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/attributes/{id}

Delete attribute

Remove the resource.

PATCH https://api.flowtly.eu/attributes/{id}

Update attribute

Update resource fields using JSON Merge Patch.

GET https://api.flowtly.eu/attribute-prices

List attributes

Retrieves the collection of AttributeValue resources.

POST https://api.flowtly.eu/attribute-prices

Create attribute

Creates a AttributeValue resource.

GET https://api.flowtly.eu/attribute-prices/{id}

Get attribute by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/attribute-prices/{id}

Delete attribute

Remove the resource.

PATCH https://api.flowtly.eu/attribute-prices/{id}

Update attribute

Update resource fields using JSON Merge Patch.

GET https://api.flowtly.eu/attribute-rules

List attributes

Retrieves the collection of AttributeValue resources.

POST https://api.flowtly.eu/attribute-rules

Create attribute

Creates a AttributeValue resource.

GET https://api.flowtly.eu/attribute-rules/{id}

Get attribute by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/attribute-rules/{id}

Delete attribute

Remove the resource.

PATCH https://api.flowtly.eu/attribute-rules/{id}

Update attribute

Update resource fields using JSON Merge Patch.

GET https://api.flowtly.eu/attribute-sets

List attributes

Retrieves the collection of AttributeValue resources.

POST https://api.flowtly.eu/attribute-sets

Create attribute

Creates a AttributeValue resource.

GET https://api.flowtly.eu/attribute-sets/{id}

Get attribute by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/attribute-sets/{id}

Delete attribute

Remove the resource.

PATCH https://api.flowtly.eu/attribute-sets/{id}

Update attribute

Update resource fields using JSON Merge Patch.

GET https://api.flowtly.eu/attribute-set-attributes

List attributes

Retrieves the collection of AttributeValue resources.

POST https://api.flowtly.eu/attribute-set-attributes

Create attribute

Creates a AttributeValue resource.

GET https://api.flowtly.eu/attribute-set-attributes/{id}

Get attribute by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/attribute-set-attributes/{id}

Delete attribute

Remove the resource.

PATCH https://api.flowtly.eu/attribute-set-attributes/{id}

Update attribute

Update resource fields using JSON Merge Patch.

GET https://api.flowtly.eu/attribute-sets/relation-names

List relation names

Retrieves the collection of AttributeSetRelationNameOutput resources.

GET https://api.flowtly.eu/attribute-entity-values

List attributes

Retrieves the collection of AttributeValue resources.

POST https://api.flowtly.eu/attribute-entity-values

Create attribute

Creates a AttributeValue resource.

GET https://api.flowtly.eu/attribute-entity-values/{id}

Get attribute by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/attribute-entity-values/{id}

Delete attribute

Remove the resource.

PATCH https://api.flowtly.eu/attribute-entity-values/{id}

Update attribute

Update resource fields using JSON Merge Patch.

GET https://api.flowtly.eu/attribute-values

List attributes

Retrieves the collection of AttributeValue resources.

POST https://api.flowtly.eu/attribute-values

Create attribute

Creates a AttributeValue resource.

GET https://api.flowtly.eu/attribute-values/{id}

Get attribute by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/attribute-values/{id}

Delete attribute

Remove the resource.

PATCH https://api.flowtly.eu/attribute-values/{id}

Update attribute

Update resource fields using JSON Merge Patch.

Use cases

Define custom fields to capture industry-specific data your ERP cannot model.
Attach pricing rules to attributes for dynamic product or service configuration.

Schema fields

Attribute-attribute.read
Field Type Description
id string id field.
name string name field.
type string type field.
shift integer shift field.
required boolean required field.
multiple boolean multiple field.
defaultValue string | null defaultValue field.
formatPattern string | null formatPattern field.

Entity overview

Tag

Create tag taxonomies, group them by domain, and apply to any Flowtly entity for filtering and reporting.

Endpoints

GET https://api.flowtly.eu/tags

List tags

Retrieves the collection of TagGroup resources.

POST https://api.flowtly.eu/tags

Create tag

Creates a TagGroup resource.

GET https://api.flowtly.eu/tags/{id}

Get tag by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/tags/{id}

Delete tag

Remove the resource.

GET https://api.flowtly.eu/tag-definitions

List tags

Retrieves the collection of TagGroup resources.

POST https://api.flowtly.eu/tag-definitions

Create tag

Creates a TagGroup resource.

GET https://api.flowtly.eu/tag-definitions/autocomplete

List autocomplete

Retrieves the collection of TagDefinition resources.

GET https://api.flowtly.eu/tag-definitions/{id}

Get tag by ID

Retrieve a single resource by its identifier.

DELETE https://api.flowtly.eu/tag-definitions/{id}

Delete tag

Remove the resource.

PATCH https://api.flowtly.eu/tag-definitions/{id}

Update tag

Update resource fields using JSON Merge Patch.

GET https://api.flowtly.eu/tag-groups

List tags

Retrieves the collection of TagGroup resources.

POST https://api.flowtly.eu/tag-groups

Create tag

Creates a TagGroup resource.

GET https://api.flowtly.eu/tag-groups/{id}

Get tag by ID

Retrieve a single resource by its identifier.

PATCH https://api.flowtly.eu/tag-groups/{id}

Update tag

Update resource fields using JSON Merge Patch.

Use cases

Import your project taxonomy from a PMO tool as tag groups.
Tag transactions with cost centers for cross-cutting financial analysis.

Schema fields

TagDefinition-tag.read_tag_definition.read
Field Type Description
id string id field.
name string name field.
level integer level field.
label string label field.
tagGroup string tagGroup field.
Whatsapp