{ "opencollection": "1.0.0", "info": { "name": "Britive Services API Documentation Applications - Permissions API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications - Permissions", "type": "folder" }, "items": [ { "info": { "name": "Get permissions associated with a group for a given application and environment", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/apps/:appContainerId/environments/:environmentId/groups/:groupId/permissions", "params": [ { "name": "appContainerId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "groupId", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Parameter to specify the page number of the records to retrieve" }, { "name": "size", "value": "", "type": "query", "description": "parameter to specify the number of records to retrieve per page" }, { "name": "sort", "value": "", "type": "query", "description": "parameter to specify the sort parameter and direction" } ] }, "docs": "Get permissions associated with a group for a given application and environment" }, { "info": { "name": "Get details of all permissions associated with a given application and environment", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/apps/:appContainerId/environments/:environmentId/permissions", "params": [ { "name": "appContainerId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" }, { "name": "includeMembers", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query", "description": "Parameter to specify the page number of the records to retrieve" }, { "name": "size", "value": "", "type": "query", "description": "parameter to specify the number of records to retrieve per page" }, { "name": "sort", "value": "", "type": "query", "description": "parameter to specify the sort parameter and direction" } ] }, "docs": "Get details of all permissions associated with a given application and environment" }, { "info": { "name": "Get membership changes for permissions between the last two consecutive scans", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/apps/:appContainerId/environments/:environmentId/permissions/memberships-last-scan-delta", "params": [ { "name": "appContainerId", "value": "", "type": "path" }, { "name": "environmentId", "value": "", "type": "path" } ] }, "docs": "Get membership changes for permissions between the last two consecutive scans" } ] } ], "bundled": true }