Page Properties | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
...
Name | Description | Type | Presence | Location | Conditionals |
---|---|---|---|---|---|
name | Exact name of the venueVenue. Use Venues / Search when searching for a venue Venue by name. | String | Optional | Query | No |
popularity_score | Venue's popularity rating | Decimal | Optional | Query | Yes |
disabled_at | Date/time venue was disabled | Date (ISO_8601) | Optional | Query | Yes |
deleted_at | Date/time venue was deleted | Date(ISO_8601) | Optional | Query | Yes |
updated_at | Date/time venue was updated | Date(ISO_8601) | Optional | Query | Yes |
first_letter | Filters venues by the first letter passed | Char | Optional | Query | No |
lat | Latitude & longitude for geolocated searches. Control size of geolocation area using within . | Decimal | Optional | Query | No |
lon | |||||
ip | Infer lat and lon by location of IP address for geolocated searches. | String | Optional | Query | No |
postal_code | Infer lat and lon by location of postal code for geolocated searches. Control size of geolocation area using within . | String | Optional | Query | No |
city_state | Infer lat and lon by location of city and state for geolocated searches. Control size of geolocation area using within . | String | Optional | Query | No |
within | Radius from lat and lon to search (default 15) | Integer | Optional | Query | No |
order_by | Pass in the parameter that you want to order by and the sorting order (Ex. :order_by => "venues.popularity_score DESC") | String | Optional | Query | No |
Examples
...