
Quotas Info
Authorization Information
No permission information is available for the cloud service.
Request Parameters
Field Name | Field Details |
---|---|
StartDateinteger<int64> | 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. Notice
The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991. Example:1623396736000 |
EndDateinteger<int64> | 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. Notice
The field type is Long, and the precision may be lost during serialization/deserialization. Please note that the value must not be greater than 9007199254740991. Example:1623396736000 |
PageNumberinteger<int32> | Paging query page number parameters Example:1value <= 9999999 |
PageSizeinteger<int32> | The number of entries queried by page parameter Example:10value <= 100 |
TicketIdstring | Work Order Number Example:0005PYGCWReference Value Source: ReplyTicket EvaluateTicket |
Keywordstring | The ticket keyword, which is used for fuzzy search to match the content of the Description field when a ticket is created. Example:ecs |
StatusListarray<string> | Multiple ticket statuses Example:6Count of Children <= 11 |
TicketIdListarray<string> | Multiple job numbers |
Uidstring | UID Example:1902070573958003 |
Response Parameters
Field Name | Field Details |
---|---|
AccessDeniedDetailstring | |
RequestIdstring | The unique ID of the API request. The requestID is unique for each call. Example:AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD |
Successboolean | Indicates whether the call is successful. A value of true indicates that the call is normal. Example:true |
Codeinteger<int32> | The return code of the request result. Example:0 |
Messagestring | The error message. If success is set to false, the message is returned. Example:success |
PageNumberinteger<int32> | Page number of the paging query parameter Example:1 |
PageSizeinteger<int32> | The number of entries per page in a pagination query parameter. Example:10 |
TotalCountinteger<int64> | The total number of query results, that is, the total number of my ticket records. Notice
Please note that this value is of type Long, and there may be a risk of loss of precision in some languages. Please use it with caution. Example:99 |
Dataarray<object> | The return value is my ticket list data. |
Sample Response
Error Codes
Change History
Change time | Change content summary | operation | |
---|---|---|---|
2025-02-10 | |||
2022-12-15 |