Get Subcategories by Parent Id
All API requests should contain authorization headers.
Request
Query Parameters
Name
Type
Required
Comments
parentId
integer
no
Id of category which subcategories you want to receive. Without this parameter response will contain root categories
includeHidden
boolean
no
if set to true
response will contain hidden categories. Default value is false
Response
Data
field has type array of Category objects.
Last updated