Get city venues
Retrieve venues located in a given city.
Name
get_city_venues
Schema
| Type |
|---|
| object |
Properties
| Name | Description | Example |
|---|---|---|
| cityId | Unique identifier of the city, as returned by the get_venue_festival_cities referential. | FR|paris| |
| limit | Maximum number of venues to return. | |
| offset | Number of items to skip before starting to return results. Used for offset-based pagination. |
Required
| Name |
|---|
| cityId |