{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Workflow Data Objects API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "WorkflowDataObjects", "type": "folder" }, "items": [ { "info": { "name": "Get all data object definitions", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/workflow/dataObjects/full", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves a list of all available data object definitions." }, { "info": { "name": "Get data object definitions", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/workflow/dataObjects", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves a list of data object definitions" }, { "info": { "name": "Create a new data object definition", "type": "http" }, "http": { "method": "POST", "url": "https://api.spotio2.com/api/workflow/dataObjects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new data object definition in the system." }, { "info": { "name": "Get data object definition by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/workflow/dataObjects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a data object definition based on the provided ID." }, { "info": { "name": "Update a data object definition", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/workflow/dataObjects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates an existing data object definition in the system." }, { "info": { "name": "Delete data object definition", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotio2.com/api/workflow/dataObjects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes the specified data object definition if it exists and no records for the type exist." }, { "info": { "name": "Update the default data object for the current company", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/workflow/dataObjects/default", "params": [ { "name": "id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update the default data object for the current company" } ] } ], "bundled": true }