{ "opencollection": "1.0.0", "info": { "name": "Accelo REST Activities Tasks API", "version": "v0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{deployment}.api.accelo.com/oauth2/v0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "List tasks", "type": "http" }, "http": { "method": "GET", "url": "https://{deployment}.api.accelo.com/api/v0/tasks" }, "docs": "List tasks" }, { "info": { "name": "Create a task", "type": "http" }, "http": { "method": "POST", "url": "https://{deployment}.api.accelo.com/api/v0/tasks" }, "docs": "Create a task" }, { "info": { "name": "Get a task", "type": "http" }, "http": { "method": "GET", "url": "https://{deployment}.api.accelo.com/api/v0/tasks/:task_id" }, "docs": "Get a task" }, { "info": { "name": "Update a task", "type": "http" }, "http": { "method": "PUT", "url": "https://{deployment}.api.accelo.com/api/v0/tasks/:task_id" }, "docs": "Update a task" } ] } ], "bundled": true }