{ "opencollection": "1.0.0", "info": { "name": "Accelo REST Activities Jobs 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": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List jobs (projects)", "type": "http" }, "http": { "method": "GET", "url": "https://{deployment}.api.accelo.com/api/v0/jobs" }, "docs": "List jobs (projects)" }, { "info": { "name": "Create a job", "type": "http" }, "http": { "method": "POST", "url": "https://{deployment}.api.accelo.com/api/v0/jobs" }, "docs": "Create a job" }, { "info": { "name": "Get a job", "type": "http" }, "http": { "method": "GET", "url": "https://{deployment}.api.accelo.com/api/v0/jobs/:job_id" }, "docs": "Get a job" }, { "info": { "name": "Update a job", "type": "http" }, "http": { "method": "PUT", "url": "https://{deployment}.api.accelo.com/api/v0/jobs/:job_id" }, "docs": "Update a job" } ] } ], "bundled": true }