Queries the information about a specific category and its subcategories based on the ID or type of the category.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
CateId | long | No | The ID of the category. If you specify this parameter, the system queries the category based on the ID. You can specify only one category ID. You can use one of the following methods to obtain the ID:
| 49339**** |
PageNo | long | No | The number of the page where the subcategories to be returned are listed. Default value: 1. | 1 |
PageSize | long | No | The number of entries to return on each page of the subcategory list. Default value: 10. Maximum value: 100. | 10 |
SortBy | string | No | The sorting method of the results. Valid values:
| CreationTime:Desc |
Type | string | No | The type of the category. If you specify this parameter, the system queries the category based on the type. Valid values:
| default |
Response parameters
Examples
Sample success responses
JSON
format
{
"SubTotal": 3795,
"RequestId": "25818875-5F78-4AF6-D7393642CA58****",
"Category": {
"Type": "default",
"ParentId": 0,
"CateName": "film",
"CateId": 100,
"Level": 0
},
"SubCategories": {
"Category": [
{
"Type": "default",
"CateName": "film",
"ParentId": 0,
"CateId": 100,
"SubTotal": 1,
"Level": 1
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.