Queries tickets.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID. | 3000 |
PluginType | string | No | The type of the tickets that you want to query. For more information, see PluginType parameter. | DC_COMMON |
OrderResultType | string | No | The scope of the tickets that you want to query. Valid values:
| AS_ADMIN |
SearchDateType | string | No | The time condition based on which you want to query tickets. Valid values:
| CREATE_TIME |
StartTime | string | No | The beginning of the time range to query. | 2022-04-08 11:00:00 |
EndTime | string | No | The end of the time range to query. | 2022-04-09 11:00:00 |
SearchContent | string | No | The keyword that is used to query tickets. | test |
OrderStatus | string | No | The status of the tickets that you want to query. Valid values:
| ALL |
PageSize | integer | No | The number of entries to return on each page. | 10 |
PageNumber | integer | No | The number of the page to return. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Orders": {
"Order": [
{
"Comment": "test",
"LastModifyTime": "2022-04-08 11:27:45",
"StatusCode": "success",
"CreateTime": "2022-04-08 11:15:46",
"Committer": "test",
"CommitterId": 0,
"StatusDesc": "changed successfully",
"PluginType": "DC_COMMON",
"OrderId": 0
}
]
},
"TotalCount": 1,
"RequestId": "427688B8-ADFB-4C4E-9D45-EF5C1FD6E23D",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history