Gets categories by catalog Id.
Request Information
» Parameters
| Name |
Description |
Additional information |
| catalogId |
The Id of catalog.
|
Define this parameter in the request URI.
|
| totalRowCount |
No documentation available.
|
Define this parameter in the request URI.
|
» Filters
| Name |
Description |
Usage |
| name |
This will filter the request by name. |
GET categories/getcategoriesbycatalogid/{catalogId}?totalRowCount={totalRowCount}?filter=name~{operator}~{value} |
» Sorting
| Name |
Description |
Usage |
| categoryId |
This will sort the response by category ID. |
GET categories/getcategoriesbycatalogid/{catalogId}?totalRowCount={totalRowCount}?sort=categoryid |
» Paging
| Name |
Description |
Usage |
| index |
The index to retrieve when requesting paged results. |
GET categories/getcategoriesbycatalogid/{catalogId}?totalRowCount={totalRowCount}?page=index~{value} |
| size |
The size of the page when retrieving paged results. |
GET categories/getcategoriesbycatalogid/{catalogId}?totalRowCount={totalRowCount}?page=size~{value} |