Queries predefined application permissions.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
AppType | string | No | The type of the application. Valid values:
If this parameter is empty, the permissions on all types of applications are queried. | WebApp |
Response elements
Element | Type | Description | Example |
object | |||
| PredefinedScopes | object | ||
| PredefinedScope | array<object> | The information about application permissions. | |
object | |||
Description | string | The description of the permission scope. | Used to obtain user OpenID (default scope, not removable) |
Name | string | The name of the permission scope. | openid |
RequestId | string | The request ID. | 955C096D-EC99-480B-AF37-3921109107D0 |
Examples
Success response
JSON format
{
"PredefinedScopes": {
"PredefinedScope": [
{
"Description": "Used to obtain user OpenID (default scope, not removable)",
"Name": "openid"
}
]
},
"RequestId": "955C096D-EC99-480B-AF37-3921109107D0"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.