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
Response object
Response status: 200 (OK)
Response type: Void
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_ticket_filter
Name | Type | ReadOnly | Description |
---|---|---|---|
include_hidden | Boolean | Include hidden | |
sort_by_key | String | Sort by key | |
response_field_keys | String[] | Response field keys | |
filters | String[] | Filters | |
include_aggregations | Boolean | Include aggregations | |
include_imported | Boolean | Include imported | |
search | String | Search | |
sort_order | ENUM sort_order | Sort order | |
take | Int32 | Take | |
page | Int32 | Page |
ENUM sort_order
Value | Name | Description |
---|---|---|
0 | ASC | ASC |
1 | DESC | DESC |