{ "opencollection": "1.0.0", "info": { "name": "CarbonHub activities workflows API", "version": "1.0.0" }, "items": [ { "info": { "name": "workflows", "type": "folder" }, "items": [ { "info": { "name": "Trigger a Workflow", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/workflows", "body": { "type": "json", "data": "{}" } }, "docs": "Trigger a Workflow" }, { "info": { "name": "Search Workflows", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/workflows/search", "body": { "type": "json", "data": "{}" } }, "docs": "Search Workflows" }, { "info": { "name": "Get a workflow", "type": "http" }, "http": { "method": "GET", "url": "https://api.validere.io/app/v1/workflows/:workflow_id", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "Workflow ID" } ] }, "docs": "Get a workflow" }, { "info": { "name": "Update a workflow", "type": "http" }, "http": { "method": "PUT", "url": "https://api.validere.io/app/v1/workflows/:workflow_id", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "Workflow ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a workflow" }, { "info": { "name": "Delete a workflow", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.validere.io/app/v1/workflows/:workflow_id", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "Workflow ID" } ] }, "docs": "Delete a workflow" }, { "info": { "name": "Search form submissions on a workflow", "type": "http" }, "http": { "method": "POST", "url": "https://api.validere.io/app/v1/workflows/:workflow_id/form_submissions/search", "params": [ { "name": "workflow_id", "value": "", "type": "path", "description": "Workflow ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search form submissions on a workflow" } ] } ], "bundled": true }