Get Tickets
GET {{API_URL}}/{{API_VERSION}}/tickets/get?listing_id=&event_id&broker_id&ticket_type&order_by=&sort_order=&per_page=&page=
Request Params
Key | Datatype | Required | Description |
---|
listing_id | null | | To retrieve data for one listing, the resellers listing ID is required. |
Type: String | | | |
event_id | null | | The resellers event ID. |
Type: String | | | |
broker_id | null | | Filter the listings by a given broker.<br>Type: String |
ticket_type | null | | The reseller can pass through the ticket type to retrieve data for listings for a particular ticket type. |
Must match the supported ticket types in TixStock. | | | |
Paper, eTicket, Members / Season Card | | | |
order_by | null | | Accepted Values: |
- listing_id
- event_id
- event_date
- quantity_sold
- quantity_available |
|
sort_order
| null | | Type: String
- asc
*desc |
|
per_page
| null | | Max: 50
Type: Integer |
| page
| null | | Type: Integer |
Key | Datatype | Required | Description |
---|
Content-Type | string | | |