TicketList
List of ticket results. TicketList
export interface TicketList {
'pagination'?: DeprecatedPagination;
'sorts'?: Array<Sort>;
'tickets'?: Array<Ticket>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
pagination | Optional | DeprecatedPagination | {DeprecatedPagination} TicketList |
sorts | Optional | Array<Sort> | Ticket list sorting details. {Array<Sort>} TicketList |
tickets | Optional | Array<Ticket> | List of tickets. {Array<Ticket>} TicketList |