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