{ "opencollection": "1.0.0", "info": { "name": "Britive Services API Documentation Tag Access Requests API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tag Access Requests", "type": "folder" }, "items": [ { "info": { "name": "List requestable tags", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/access-requests/tags", "params": [ { "name": "filter", "value": "", "type": "query", "description": "SCIM-style filter string (e.g. `name co \"foo\"`)" }, { "name": "searchText", "value": "", "type": "query", "description": "Free-text search on tag name" }, { "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": "Returns tags where the current user is not already a member and the tag is marked as requestable." }, { "info": { "name": "Submit a tag access request", "type": "http" }, "http": { "method": "POST", "url": "https://{tenantURL}/api/access-requests/tags", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a tag access request" }, { "info": { "name": "List application profiles for a tag", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/access-requests/tags/:tagId/app-profiles", "params": [ { "name": "tagId", "value": "", "type": "path" }, { "name": "filter", "value": "", "type": "query", "description": "SCIM-style filter string (e.g. `name co \"foo\"`)" }, { "name": "searchText", "value": "", "type": "query", "description": "Free-text search on profile name" }, { "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": "Returns application profiles accessible via the given tag." }, { "info": { "name": "Get approvers for a tag", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/access-requests/tags/:tagId/approvers", "params": [ { "name": "tagId", "value": "", "type": "path" } ] }, "docs": "Get approvers for a tag" }, { "info": { "name": "List resources for a tag", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/access-requests/tags/:tagId/resources", "params": [ { "name": "tagId", "value": "", "type": "path" }, { "name": "filter", "value": "", "type": "query", "description": "SCIM-style filter string (e.g. `name co \"foo\"`)" }, { "name": "searchText", "value": "", "type": "query", "description": "Free-text search on resource name" }, { "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": "Returns resources accessible via the given tag." }, { "info": { "name": "List secrets for a tag", "type": "http" }, "http": { "method": "GET", "url": "https://{tenantURL}/api/access-requests/tags/:tagId/secrets", "params": [ { "name": "tagId", "value": "", "type": "path" }, { "name": "filter", "value": "", "type": "query", "description": "SCIM-style filter string (e.g. `name co \"foo\"`)" }, { "name": "searchText", "value": "", "type": "query", "description": "Free-text search on secret name" }, { "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": "Returns secrets accessible via the given tag." } ] } ], "bundled": true }