GET Authorization/Scopes

Get the authorization scopes available in the App Orchestration system.

Request Information

Parameters

NameDescriptionAdditional information
name

See Filtering, Arranging, and Paging.

Type: String

filterBy

See Filtering, Arranging, and Paging. The supported filters are:

  • All: All scopes. (default)

Type: Filter

filterProp

See Filtering, Arranging, and Paging.

Type: String

arrangeBy

See Filtering, Arranging, and Paging. The supported arrangers are:

  • Name: Arrange by name. (default)

Type: String

skip

See Filtering, Arranging, and Paging.

Type: Number

take

See Filtering, Arranging, and Paging.

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"
    }
  ]
}