GET Authorization/Scopes
Get the authorization scopes available in the App Orchestration system.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| name |
Type: String |
|
| filterBy | See Filtering, Arranging, and Paging. The supported filters are:
|
Type: Filter |
| filterProp |
Type: String |
|
| arrangeBy | See Filtering, Arranging, and Paging. The supported arrangers are:
|
Type: String |
| skip |
Type: Number |
|
| take |
Type: Number |
Response Information
A list of scopes.
Response type
CollectionResultModel<AuthorizationScopeModel>
Response body formats
application/json, text/json
Sample:
{
"Href": "[api:Authorization/Scopes]",
"Count": 1,
"TotalMatchingFilter": 1,
"Items": [
{
"Id": "5e531466-5c6d-41c8-97e1-d814d261f322",
"Category": "Tenant",
"Name": "Tenant 1"
}
]
}