Flows

Number of APIs: 12

  1. Get Flows GET {{baseUrl}}/api/flows/

  2. Get Flow GET {{baseUrl}}/api/flows/:id/

  3. Update Flow Status PATCH {{baseUrl}}/api/flows/:id/

  4. Get Flow Actions For Flow GET {{baseUrl}}/api/flows/:flow_id/flow-actions/

  5. Get Flow Action GET {{baseUrl}}/api/flow-actions/:id/

  6. Get Flow For Flow Action GET {{baseUrl}}/api/flow-actions/:action_id/flow/

  7. Get Messages For Flow Action GET {{baseUrl}}/api/flow-actions/:action_id/flow-messages/

  8. Get Flow Action For Message GET {{baseUrl}}/api/flow-messages/:message_id/flow-action/

  9. Get Flow Relationships GET {{baseUrl}}/api/flows/:id/relationships/:related_resource/

  10. Get Flow Action Relationships GET {{baseUrl}}/api/flow-actions/:id/relationships/:related_resource/