Last Updated on : 2023-06-20 12:34:14
Get the total number of service tickets that are not finished. Unfinished status includes to be assigned, to be processed, processing, to be submitted, and to be confirmed.
GET: /v1.0/iot-01/ticket/feedbacks/feedback-statistics
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
req | CountQueryOrderReqVO | query | true | The query parameters of unfinished service tickets. |
Description of req
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
product_id | String | false | The product ID. |
Parameter name | Type | Description |
---|---|---|
result | RealTimeStatisticsVO | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
no_finished_count | Integer | The total number of service tickets that are not finished. |
GET: /v1.0/iot-01/ticket/feedbacks/feedback-statistics?productId=vstqajhcockr****
{
"result": {
"no_finished_count": 8
},
"t": 1641263849924,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback