Queries the basic information about a ticket.
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. Note
To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
| -1 |
OrderId | long | Yes | The ID of the ticket. | 12345 |
Response parameters
Examples
Sample success responses
JSON
format
{
"OrderBaseInfo": {
"RelatedUserNickList": {
"UserNicks": [
"nickname"
]
},
"Comment": "test",
"CreateTime": "2019-10-10 00:00:00",
"Committer": "xxx",
"WorkflowInstanceId": 1,
"CommitterId": 1,
"LastModifyTime": "2019-10-10 00:00:00",
"StatusCode": "success",
"RelatedUserList": {
"UserIds": [
"1"
]
},
"WorkflowStatusDesc": "approved",
"StatusDesc": "success",
"PluginType": "DC_COMMON",
"OrderId": 12345,
"AttachmentKey": "upload_order_info_856887_f356366f-f0f8-42fc-ba57-4a509303e814_18072d8a9bce876e3073bc655c2865f.png",
"OriginAttachmentName": "18072d8a9bce876e3073bc655c2865f.png"
},
"RequestId": "7133DF67-5B25-460F-8285-C4CC93472C2F",
"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 |
---|---|---|
2023-10-12 | The response structure of the API has changed | View Change Details |