All Products
Search
Document Center

Ticket System API:EvaluateTicket

Last Updated:Jul 22, 2024

Evaluates a ticket.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TicketIdstringYes

The ID of the ticket.

001ET1BU1P
SolvedbooleanYes

Whether to resolve

true
ScorestringYes

Rating star 1-5 stars

1
ContentstringNo

Comment

The engineer solved my issue.
UidstringNo

UID

1902070573958003

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The response code.

200
Messagestring

The error message. If success is set to false, the message is returned.

successful
RequestIdstring

The ID of the request.

C1DA4C6F-963E-5741-AB57-67A554D102FD
Successboolean

Indicates whether the request was successful. Valid values: The value true indicates a success. The value false indicates a failure.

true

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "successful",
  "RequestId": "C1DA4C6F-963E-5741-AB57-67A554D102FD",
  "Success": true
}

Error codes

HTTP status codeError codeError messageDescription
400param.illegalParams illegal.-
401illegal.authYou are not authorized to perform the operation.You are not authorized to perform this operation.
500System.errorAn 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 timeSummary of changesOperation
2021-12-21Add OperationView Change Details
2021-12-21The Error code has changedView Change Details