Get Flow Action Relationships Flow
GET {{baseUrl}}/api/flow-actions/:id/relationships/flow/
Get the flow associated with the given action ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":{"type":"flow","id":"\u003cstring\u003e"}}