For the complete documentation index, see llms.txt. This page is also available as Markdown.

Query tickets with filters

Query tickets with complex filtering including metadata filters

Query tickets with filters

post

Query tickets with complex filtering including metadata filters

Body
pageinteger · min: 1OptionalDefault: 1
page_sizeinteger · min: 1 · max: 200OptionalDefault: 25
sort_bystring · enumOptionalDefault: created_atPossible values:
sort_directionstring · enumOptionalDefault: descPossible values:
titlestring · nullableOptional
descriptionstring · nullableOptional
reporterstring[] · nullableOptional
assigneestring[] · nullableOptional

Use 'UNASSIGN' for unassigned

desk_idstring[] · nullableOptional
subdesk_idstring[] · nullableOptional

Filter by subdesk (team) IDs

tag_idsinteger[] · nullableOptional
tag_namesstring[] · nullableOptional
vip_reporterboolean · nullableOptional

Filter tickets by VIP status of the reporter employee

location_reporterstring[] · nullableOptional

Filter tickets by location of the reporter employee

Responses
200

Successful Response

application/json
total_countintegerRequired
post/api/v1/tickets/query

Last updated

Was this helpful?