Flows-Flows

Number of APIs: 10

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

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

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

  4. Get Flow Message GET {{baseUrl}}/api/flow-messages/:id/

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

  6. Get Flow Tags GET {{baseUrl}}/api/flows/:id/tags/

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

  8. Get Flow Action Messages GET {{baseUrl}}/api/flow-actions/:id/flow-messages/

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

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