Get Flow Relationships
GET {{baseUrl}}/api/flows/:id/relationships/:related_resource/
If the related_resource
is tags
, returns the tag IDs of all tags associated with the given flow.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
Flows Read
Tags Read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":[{"type":"tag","id":"aliqua esse nisi"},{"type":"tag","id":"laboris ipsum occaecat Ut"}]}