Get Orders
GET {{API_URL}}/{{API_VERSION}}/order/get?order_id&event_id=&broker_id=&ticket_type=&from=&to=&status&order_by=&sort_order=&per_page=&page=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
order_id | null | The ID of the order.. |
Type: String |
| event_id
| null | | The ID of the event linked to the order.
Type: String |
| broker_id
| null | | The ID of the broker the orders belongs to.
Type: String |
| ticket_type
| null | | The reseller can pass through the ticket type to filter the orders
Must match the supported ticket types in TixStock.
Type: String Accepted Values:
- paper
- eticket
- season-cards |
|
from
| null | | A date to start filtering the orders from.
Type: Date in ISO-8601 UTC Format
Example: 2020-03-10T17:30:00-0400 |
| to
| null | | A date to finish the filtering of the orders.
Type: Date in ISO-8601 UTC Format
Example: 2020-03-10T17:30:00-0400 |
| status
| null | | Statuses set in the Reseller Dashboard |
| order_by
| null | | Accepted Values:
- id
- date
- event_id
- event_date |
|
sort_order
| null | | Accepted Values: asc / desc Type: String | |per_page
| null | | Max: 50 Type: Integer | |page
| null | | Type: Integer
Min: 1 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |