GET v1/map/category-tree?categoryId={categoryId}&page={page}
Get tree of categories.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryId |
Category Id |
integer |
Required |
| page |
Page number |
integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
Return tree of categories.
PageResultsOfCategoriesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageCount | integer |
None. |
|
| Items | Collection of CategoriesModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.