{ "opencollection": "1.0.0", "info": { "name": "Wealthbox CRM Activity Tasks API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "ACCESS_TOKEN", "value": "{{ACCESS_TOKEN}}", "placement": "header" } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "List all tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.crmworkspace.com/v1/tasks" }, "docs": "List all tasks" }, { "info": { "name": "Create a new task", "type": "http" }, "http": { "method": "POST", "url": "https://api.crmworkspace.com/v1/tasks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new task" }, { "info": { "name": "Retrieve a task", "type": "http" }, "http": { "method": "GET", "url": "https://api.crmworkspace.com/v1/tasks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Wealthbox resource identifier." } ] }, "docs": "Retrieve a task" }, { "info": { "name": "Update a task", "type": "http" }, "http": { "method": "PUT", "url": "https://api.crmworkspace.com/v1/tasks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Wealthbox resource identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a task" }, { "info": { "name": "Delete a task", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.crmworkspace.com/v1/tasks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Wealthbox resource identifier." } ] }, "docs": "Delete a task" } ] } ], "bundled": true }