{ "opencollection": "1.0.0", "info": { "name": "Clockodo Absences Projects API", "version": "2" }, "request": { "auth": { "type": "apikey", "key": "X-ClockodoApiKey", "value": "{{X-ClockodoApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://my.clockodo.com/api/v2/projects" }, "docs": "List projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://my.clockodo.com/api/v2/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create a project" }, { "info": { "name": "Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://my.clockodo.com/api/v2/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a project" }, { "info": { "name": "Update a project", "type": "http" }, "http": { "method": "PUT", "url": "https://my.clockodo.com/api/v2/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a project" }, { "info": { "name": "Delete a project", "type": "http" }, "http": { "method": "DELETE", "url": "https://my.clockodo.com/api/v2/projects/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a project" } ] } ], "bundled": true }