ListTickets_阿里云工单_API文档

Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Quotas Info

There is no quotas information in the current API.

Authorization Information

No permission information is available for the cloud service.

Request Parameters

Field NameField 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 NameField 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

Global Error Codes
HTTP Status CodeError CodesError MessageActions
400
illegal.param
Params illegalDiagnose
401
illegal.auth
You are not authorized to perform the operation.Diagnose
403
No permissions
No permissions to access.Diagnose
500
System.error
An error occurred while processing your request.Diagnose

Change History

Change timeChange content summaryoperation
2025-02-10
addError code 403
changeresponse parameters
2022-12-15
addError code 400
addError code 401
addRequest parameter Uid

Examples