Last Updated on : 2023-06-20 12:34:15download
Make a statistics of the category data. The returned value includes the number of banners or videos in the category.
GET: /v1.0/iot-03/app-contents/categories/statistic
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
category_ids | String | query | true | The list of category IDs, separated with commas (,). Maximum value: 10. |
Parameter name | Type | Description |
---|---|---|
result | List | The statistics of the category. |
Description of result
Parameter name | Type | Description |
---|---|---|
category_id | String | The ID of a specified category. |
banner_count | Integer | The number of banners. |
content_count | Integer | The number of image and text contents. |
media_count | Integer | The number of video contents. |
GET: /v1.0/iot-03/app-contents/categories/statistic?category_ids=1,2
{
"result": [
{
"media_count": 0,
"category_id": "1432271805678096432",
"banner_count": 0,
"content_count": 4
}
],
"t": 1630328208053,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback