{ "opencollection": "1.0.0", "info": { "name": "Holded REST Accounting Projects API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.holded.com/api/projects/v1/projects" }, "docs": "List projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://api.holded.com/api/projects/v1/projects" }, "docs": "Create a project" }, { "info": { "name": "List tasks for a project", "type": "http" }, "http": { "method": "GET", "url": "https://api.holded.com/api/projects/v1/projects/:projectId/tasks", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "List tasks for a project" }, { "info": { "name": "Create a project task", "type": "http" }, "http": { "method": "POST", "url": "https://api.holded.com/api/projects/v1/projects/:projectId/tasks", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Create a project task" } ] } ], "bundled": true }