You can call this operation to obtain the list of my tickets.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
StartDate | long | Yes | The time when the ticket was created. This parameter is used with EndDate to query tickets that are created within the specified start and end time ranges. | 1623396736000 |
EndDate | long | Yes | The deadline for ticket creation. This parameter is used in conjunction with StartDate to query tickets submitted within the specified start and end time ranges. | 1623396736000 |
PageNumber | integer | Yes | Paging query page number parameters | 1 |
PageSize | integer | Yes | The number of entries queried by page parameter | 10 |
TicketId | string | No | Work Order Number | 0005PYGCW |
Keyword | string | No | The ticket keyword, which is used for fuzzy search to match the content of the Description field when a ticket is created. | ecs |
StatusList | array | No | Multiple ticket statuses | |
string | No | The ticket status. Valid values: 1,"assigned","To be responded",2,"dealing","processing",3,"wait-feedback","To be responded",4,"feedback","Feedback",5,"wait_confirm","To be confirmed",6,"confirmed","Completed" | confirmed | |
TicketIdList | array | No | Multiple job numbers | |
string | No | The ticket ID. | 0006S6ZL6E | |
Uid | string | No | UID | 1902070573958003 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD",
"Success": true,
"Code": 0,
"Message": "success",
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 99,
"Data": [
{
"TicketId": "0005PYGCW",
"Title": "Why ECS backup failed?",
"Status": {
"Label": "Completed",
"Value": "6"
}
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | illegal.param | Params illegal | - |
401 | illegal.auth | You are not authorized to perform the operation. | You are not authorized to perform this operation. |
500 | System.error | An error occurred while processing your request. | An error occurred while processing your request. Please try again. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|