Flows
Number of APIs: 12
-
Get Flows GET {{baseUrl}}/api/flows/
-
Get Flow GET {{baseUrl}}/api/flows/:id/
-
Update Flow Status PATCH {{baseUrl}}/api/flows/:id/
-
Get Flow Actions For Flow GET {{baseUrl}}/api/flows/:flow_id/flow-actions/
-
Get Flow Action GET {{baseUrl}}/api/flow-actions/:id/
-
Get Flow For Flow Action GET {{baseUrl}}/api/flow-actions/:action_id/flow/
-
Get Messages For Flow Action GET {{baseUrl}}/api/flow-actions/:action_id/flow-messages/
-
Get Flow Action For Message GET {{baseUrl}}/api/flow-messages/:message_id/flow-action/
-
Get Flow Relationships GET {{baseUrl}}/api/flows/:id/relationships/:related_resource/
-
Get Flow Action Relationships GET {{baseUrl}}/api/flow-actions/:id/relationships/:related_resource/