{ "opencollection": "1.0.0", "info": { "name": "OpenProject API V3 (Stable) Actions & Capabilities Budgets API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Budgets", "type": "folder" }, "items": [ { "info": { "name": "view Budget", "type": "http" }, "http": { "method": "GET", "url": "https://qa.openproject-edge.com/api/v3/budgets/:id", "params": [ { "name": "id", "value": "1", "type": "path", "description": "Budget id" } ] }, "docs": "view Budget" }, { "info": { "name": "view Budgets of a Project", "type": "http" }, "http": { "method": "GET", "url": "https://qa.openproject-edge.com/api/v3/projects/:id/budgets", "params": [ { "name": "id", "value": "1", "type": "path", "description": "Project id" } ] }, "docs": "view Budgets of a Project" } ] } ], "bundled": true }