Searches categories across service/ticket types. Permission resource is chosen dynamically from category_type (defaults to ticket_settings when omitted).
Query parameters
search_termstringRequired
category_typestringOptional
board_idstring <uuid>Optional
include_inactivestringOptional
limitstringOptional
offsetstringOptional
Response body
Success response 200
dataarray of objectRequired
itemsobject
paginationobjectRequired
metaobject
Response codes
200
Category search results returned.
400
Invalid query parameters.
401
Authentication failed.
403
Authenticated user lacks the derived settings read permission.