{ "opencollection": "1.0.0", "info": { "name": "Capmo REST Organisation Companies Project Permission Sets API", "version": "1.0" }, "items": [ { "info": { "name": "Project Permission Sets", "type": "folder" }, "items": [ { "info": { "name": "getProjectPermissionSets", "type": "http" }, "http": { "method": "GET", "url": "https://api.capmo.de/api/v1/projects/:projectId/permission-sets", "headers": [ { "name": "Request-Id", "value": "" } ], "params": [ { "name": "projectId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This can be used to list all permission sets available within a project. Use the returned IDs as `permission_set_id` when inviting a project member." } ] } ], "bundled": true }