Last Updated on : 2023-06-21 07:13:11download
Count the number of service tickets of each level-2 category in the current community.
GET: /v1.0/iot-02/community/service-order-statistics
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
block_id | String | query | true | The ID of the community. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
category_id | String | The ID of the level-2 category. |
category_name | String | The name of the level-2 category. |
num | Integer | The number of service tickets under the current category. |
GET: /v1.0/iot-02/community/service-order-statistics
{
"block_id": "138479997683138xxxx"
}
[
{
"category_name": "Name 1",
"num": 6,
"category_id": "141xxxx4086964367441"
},
{
"category_name": "Name 2",
"num": 6,
"category_id": "141xxxx4086964367441"
}
]
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback