
Endpoint: {{Base URL}}/workflows
Method: GET
Description: Fetch the list of workflows
Query String Parameters
page=1&per_page=10 |
Response
{ "data": [ { "id": 3, "name": "Australian Education Test", "status": true, "totalPartner": 178, "permissions": { "manage": true, "view": true } }, { "id": 4, "name": "Australian Immigration", "status": true, "totalPartner": 37, "permissions": { "manage": true, "view": true } }, ], "permissions": { "manage": true, "view": true }, "links": { "first": "http:\/\/demoagency.agentcisapp.com\/api\/v2\/workflows?page=1", "last": "http:\/\/demoagency.agentcisapp.com\/api\/v2\/workflows?page=1", "prev": null, "next": null }, "meta": { "current_page": 1, "from": 1, "last_page": 1, "links": [ { "url": null, "label": "« Previous", "active": false }, { "url": "http:\/\/demoagency.agentcisapp.com\/api\/v2\/workflows?page=1", "label": "1", "active": true }, ], "path": "http:\/\/demoagency.agentcisapp.com\/api\/v2\/workflows", "per_page": 10, "to": 10, "total": 2 } } |