Tickets / List as xlsx

Returns tickets in a spreadsheet. Take 0 returns as many as possible

Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/tickets/as_xlsx

Method: GET

Authorisation: Minimum role: USER

Request Arguments
Name Type Source
filterDTO_ticket_filterQuery

  Request body example

Response object

Response status: 200 (OK)

Response type: Void

Wrapper:

Other response statuses: 400 (BadRequest), 403 (Forbidden)

  Response body example

DTO_ticket_filter
NameTypeReadOnlyDescription
include_hiddenBooleanInclude hidden
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