{ "opencollection": "1.0.0", "info": { "name": "Cube Agents Permissions API", "version": "1.0.0 (1.0)" }, "items": [ { "info": { "name": "Permissions", "type": "folder" }, "items": [ { "info": { "name": "List Permissions", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/permissions", "headers": [ { "name": "HTTP_ACCEPT", "value": "" }, { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "app", "value": "", "type": "query" }, { "name": "codename", "value": "", "type": "query" }, { "name": "model", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lists all of the permissions available in the system or filter to one or more content types" }, { "info": { "name": "Get a Permission by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.cubesoftware.com/permissions/:id", "headers": [ { "name": "HTTP_ACCEPT", "value": "" }, { "name": "X-Company-ID", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this permission." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://portal.cubesoftware.com/o/authorize/", "accessTokenUrl": "https://api.cubesoftware.com/o/token/", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a single Permission object by its ID" } ] } ], "bundled": true }