Deskhero Developer Hub
Back to deskhero.com
Tickets

List as xlsx

Runs the same query as the ticket list and returns the result as an xlsx spreadsheet named tickets.xlsx. The take argument is ignored (the server always exports the full filtered set, fetched in batches of 10000) and the export stops at 100000 tickets.

GET /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/as_xlsx
Authorisation
Minimum role: USER

Request arguments

Name Type Source
filterDTO_ticket_filterQuery
Request body example

Response

Status
200 (OK)
Type
Void
Wrapper
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_ticket_filter
NameTypeReadOnlyDescription
include_hiddenBooleanInclude hidden
include_soft_deletedBooleanInclude soft deleted
statusStringStatus
sort_by_keyStringSort by key
response_field_keysString[]Response field keys
filtersString[]Filters
include_aggregationsBooleanInclude aggregations
include_importedBooleanInclude imported
searchStringSearch
sort_orderENUM sort_orderSort order
takeInt32Take
pageInt32Page
ENUM sort_order
ValueNameDescription
0ASCASC
1DESCDESC

Generated Aug 4, 2026 18:37