Get city festivals
Retrieve festivals taking place in a given city.
Name
get_city_festivals
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 festivals to return. | |
| offset | Number of items to skip before starting to return results. Used for offset-based pagination. |
Required
| Name |
|---|
| cityId |