{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Workflow Activity Templates API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "WorkflowActivityTemplates", "type": "folder" }, "items": [ { "info": { "name": "Get activity templates list", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/workflow/activityTemplates", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get activity templates list" }, { "info": { "name": "Create new activity template", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/workflow/activityTemplates", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create new activity template" }, { "info": { "name": "Update activity template", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/workflow/activityTemplates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update activity template" }, { "info": { "name": "Delete activity template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotio2.com/api/workflow/activityTemplates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete activity template" } ] } ], "bundled": true }