Get Flow Message Relationships Action
GET {{baseUrl}}/api/flow-messages/:id/relationships/flow-action/
Get the relationship for a flow message's flow action, given the flow 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-action","id":"\u003cstring\u003e"},{"type":"flow-action","id":"\u003cstring\u003e"}]}