Queries predefined application permissions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
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 parameters
Examples
Sample success responses
JSONformat
{
"PredefinedScopes": {
"PredefinedScope": [
{
"Description": "Obtain the OpenID of the user. This is the default permission that you cannot remove.",
"Name": "openid"
}
]
},
"RequestId": "955C096D-EC99-480B-AF37-3921109107D0"
}Error codes
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-08-14 | API Description Update | View Change Details |
