GET Authorization/Roles
Get the authorization roles 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 roles.
Response type
CollectionResultModel<AuthorizationRoleModel>
Response body formats
application/json, text/json
Sample:
{
"Href": "[api:Authorization/Roles]",
"Count": 1,
"TotalMatchingFilter": 1,
"Items": [
{
"Id": "FCE10C6A-4518-4949-A88A-6081B57E0EA9",
"Name": "ReadOnly",
"Description": ""
}
]
}