{ "opencollection": "1.0.0", "info": { "name": "Capsule CRM REST Opportunities Tasks API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "List tasks", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/tasks", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "List tasks" }, { "info": { "name": "Create a task", "type": "http" }, "http": { "method": "POST", "url": "https://api.capsulecrm.com/api/v2/tasks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a task" }, { "info": { "name": "Show a task", "type": "http" }, "http": { "method": "GET", "url": "https://api.capsulecrm.com/api/v2/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" } ] }, "docs": "Show a task" }, { "info": { "name": "Update a task", "type": "http" }, "http": { "method": "PUT", "url": "https://api.capsulecrm.com/api/v2/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a task" }, { "info": { "name": "Delete a task", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.capsulecrm.com/api/v2/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" } ] }, "docs": "Delete a task" } ] } ], "bundled": true }