List identifiers of all descending categories
POST/v2/categories/:lookupKey/:key/get-descending-category-ids
Returns the identifiers of every category nested beneath the supplied parent category, no matter how deep in the hierarchy.
Designed for callers that need a compact representation of the tree, for example to scope a search or to drive a permission check. Hidden categories are excluded by default; set the includeHidden flag to include them.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Records matching the query were retrieved successfully.
The request payload, path, or query parameters failed validation.
Authentication credentials are missing or invalid.
The authenticated caller is not permitted to perform the operation.
The record identified by the request could not be located.
An unexpected error prevented the request from completing.