{ "opencollection": "1.0.0", "info": { "name": "Helpcenter AutomationEngine API", "version": "1.0.0" }, "items": [ { "info": { "name": "AutomationEngine", "type": "folder" }, "items": [ { "info": { "name": "Get Supported Actions of an Engine", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/automationEngine/engineSupportedActions", "params": [ { "name": "engineSysName", "value": "", "type": "query", "description": " AutomationEngine's system name" }, { "name": "engineId", "value": "", "type": "query", "description": "AutomationEngine's id" } ] }, "docs": "This API fetches the supported Actions of an AutomationEngine" }, { "info": { "name": "Get supported modules of an engine", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/engines/:engineId/modules", "params": [ { "name": "engineId", "value": "", "type": "path", "description": "The id of the engine." } ] }, "docs": "This API gives the supported modules of an engine." }, { "info": { "name": "Get supported events in a module of a specific engine", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/engines/:engineId/modules/:moduleId/events", "params": [ { "name": "engineId", "value": "", "type": "path", "description": "The id of the engine." }, { "name": "moduleId", "value": "", "type": "path", "description": "The id of the module." } ] }, "docs": "This API gives the supported events in a module of a specific engine." } ] } ], "bundled": true }