Queries the user settings for exceptions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| SourceIp | string | No | The IP address of the request. You do not need to specify this parameter. | 127.0.XX.XX |
| Id | integer | No | The ID. You do not need to specify this parameter. | 123 |
| From | string | No | The ID of the request source. Set the value to sas. | sas |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "028CF634-5268-5660-9575-48C9ED6XXXXX",
"LevelsOn": [
"suspicious,serious,remind"
]
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
| 500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2024-06-27 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
