{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Workflow Settings API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "WorkflowSettings", "type": "folder" }, "items": [ { "info": { "name": "Get workflow settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/workflow", "headers": [ { "name": "x-app-version", "value": "" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetches the workflow settings including internal settings, user settings, activities, permissions, and data objects." }, { "info": { "name": "Get workflow company properties", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/workflow/properties", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetches the workflow properties containing internal settings, user settings, and permissions." }, { "info": { "name": "Update workflow company properties", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/workflow/properties", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the workflow properties containing user settings and permissions at the user level." }, { "info": { "name": "JSON Patch workflow company properties", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.spotio2.com/api/workflow/properties", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the workflow properties containing user settings and permissions at the user level." }, { "info": { "name": "Update company permissions settings for sales", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/workflow/permissions/sales", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates default and/or object related permissions for sales." }, { "info": { "name": "Update company permissions settings for managers", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/workflow/permissions/manager", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update company permissions settings for managers." }, { "info": { "name": "Update company security settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/workflow/permissions/security", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates company security settings for user session management" }, { "info": { "name": "Get company categorization", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/workflow/categorization", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetches the categorization containing won and lost results." }, { "info": { "name": "Update company categorization", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/workflow/categorization", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the categorization won and lost results." } ] } ], "bundled": true }