API reference · Ticket Categories
GET/api/v1/categories/ticket/tree

Get ticket category tree (implicit board id)

Calls getCategoryTree and derives boardId from the last URL path segment. For this path without a board parameter, the current implementation passes literal `tree` as boardId to CategoryService.getCategoryTree.

RBAC · ticket_settings

Response body

Success response 200 · schema CategoryTreeResponse

dataobjectRequired
treearray of anyRequired
Hierarchical category tree nodes from CategoryService.getCategoryTree.
itemsany
total_categoriesintegerRequired
≥ 0

Response codes

200
Category tree response for derived board id value.
401
Authentication failed.
403
Authenticated user lacks ticket settings read permission.
500
Unexpected category tree failure for invalid derived board id.