Obtains the ticket communication records.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TicketId | string | Yes | Work Order Number | 0005PYGCW |
Uid | string | No | UID | 1936753548534516 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 0,
"Message": "success",
"RequestId": "AC0AB2EC-AFBC-44BA-AE77-132A5A1EC0AD",
"Success": true,
"Data": [
{
"Type": 1,
"Status": 6,
"Tip": "null",
"DialogId": 9999,
"CreateTime": 1623396736000,
"Dialog": {
"Schema": "null",
"Content": "ECS backup failed"
},
"User": {
"Role": 2,
"Name": "agent"
},
"Attachments": [
{
"Name": "003.jpg",
"Url": "https://gts-workorder.oss-cn-beijing.aliyuncs.com/20221003/cbc00fb0-b612-4d89-a75b-8d535f750f9f/image.png"
}
]
}
]
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | param.illegal | 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 |
---|
No change history