{"status":400,"error":"Bad Request","error_details":{"message":"Use of the category API requires a configurable channel. The project you requested uses a static configuration though."}}
500
Bad Request
/api/2026-01/categories/123abc
{"status":500,"error":"Bad Request","error_details":{"message":"Inheritance queries can only be made up to a depth of 20."}}
Get Categories for a Project
History
Version
Change
release-2026-01
Responds with an object containing a results array.
Required scope:
public-api:read
Description
You need to activate the Categories / Routing Feature in the Project Config in order to query categories.
Curl Example
ACCESS_TOKEN=ey1234
curl -k -X GET "https://server.livingdocs.io/api/2026-01/categories"\
-H "Authorization: Bearer $ACCESS_TOKEN"
{"status":400,"error":"Bad Request","error_details":{"message":"Use of the category API requires a configurable channel. The project you requested uses a static configuration though."}}
{"status":400,"error":"Bad Request","error_details":{"message":"Use of the category API requires a configurable channel. The project you requested uses a static configuration though."}}