Categories
Get children of a category
Returns a paginated list of child categories for the specified parent category inode. When 'allLevels' is true, returns categories at any depth; otherwise only immediate children.
get/api/v1/categories/children
Query parameters
filterstring
Filter text to search child categories
pageinteger
Page number for pagination
per_pageinteger
Number of items per page
orderbystring
Field to order results by
directionstring
Sort direction (ASC or DESC)
inodestring
Parent category inode to get children for
showChildrenCountboolean
Whether to include children count for each category
allLevelsboolean
Whether to include all nested levels
parentListboolean
Whether to include parent list hierarchy
Response
Children categories retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.