Last Updated on : 2023-06-20 12:34:14
Get all the status of service tickets.
GET: /v1.0/iot-01/ticket/feedbacks/feedback-state
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
state_name | String | The status name. |
state_code | String | The status of service tickets. Valid values:
|
GET: /v1.0/iot-01/ticket/feedbacks/feedback-state
{
"result": [
{
"state_name": "Finished",
"state_code": "Finished"
},
{
"state_name": "To be submitted",
"state_code": "PendingUserFeedback"
},
{
"state_name": "To be confirmed",
"state_code": "PendingUserConfirm"
},
{
"state_name": "Cancelled",
"state_code": "Cancelled"
},
{
"state_name": "Processing",
"state_code": "Processing"
},
{
"state_name": "To be allocated",
"state_code": "WaitingForDistribute"
},
{
"state_name": "Pending",
"state_code": "Pending"
}
],
"t": 1638433860431,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback