{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Workflow Configurations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Workflow Configurations", "type": "folder" }, "items": [ { "info": { "name": "To get workflow configuration metadata", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/workflow_configurations", "params": [ { "name": "module", "value": "", "type": "query", "description": "Specify the API name of the module whose workflow configuration metadata you want to retrieve." } ] }, "docs": "To retrieve the complete configuration metadata details for workflows.This includes the list of available triggers for the module, the actions supported for each trigger, and their limits and properties. " } ] } ], "bundled": true }