Get Venues
GET {{API_URL}}/{{API_VERSION}}/venues/get?id=&name=&address_line_one&city&country_code&postcode&mapped=&start_date=&end_date=&order_by=&sort_order=&per_page=&page=
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | null | The resellers ID for the venue. | |
Type: String | |||
name | null | The name of the event venue. | |
Type: String | |||
address_line_one | null | The first line of the address for the venue. | |
Type: String | |||
city | null | The city for the venue. | |
Type: String | |||
country_code | null | The country code for the venue. | |
Type: String | |||
postcode | null | The postcode for the venue. | |
Type: String | |||
mapped | null | Will return events based on whether the reseller already has event mapped to the TixStock event. | |
Type: Boolean | |||
start_date | null | Will return events based on whether the reseller already has event mapped to the TixStock event. | |
Type: Boolean | |||
end_date | null | A valid ISO-8601 DateTime format. | |
order_by | null | Type: String (asc/desc) | |
sort_order | null | Accepted Values: |
- id
- name
- city |
|
per_page
| null | | Max: 50 Type: Integer | |page
| null | | Type: Integer |