Venue Configurations / Index

Venue Configurations / Index

Name

Index

Description

Return a list of venue configurations

Type

GET

URL

/v9/configurations

Long Description

Venue configurations are all relevant settings and meta data for a given venue. This endpoint will return a list of configurations. 

NOTE: The seating_chart image URLs within the configuration object are deprecated and no longer updated. Instead, you should use our dynamic seating charts.

 

Parameters

Name

Description

Value Type

Required

Name

Description

Value Type

Required

venue_id

ID of the venue that you would like to list configurations for.

Integer

Optional

updated_at

An ISO 8601 date time when the performer was last updated.

Use in combination with the conditionals like '.gte' to get updated since.

String

Optional

name

Name of the configuration.

String

Optional

page

Number of pages that you want to return.

Integer

Optional

per_page

Number of results returned per page.

Integer

Optional

 

Examples

Request

Response

Request

Response

/v9/configurations

 

Paste in Request Code
{ "current_page": 1, "per_page": 2, "total_entries": 25613, "configurations": [ { "updated_at": "2012-11-19T15:31:41Z", "fanvenues_key": null, "primary": true, "ticket_utils_id": null, "name": "End Stage", "general_admission": false, "id": 32155, "capacity": null, "venue": { "country_code": "US", "name": "Sacred Heart Cultural Center", "location": "Augusta, GA", "id": 29897, "url": "/venues/29897", "street_address": "1301 Greene Street" }, "url": "/configurations/32155" }, { "updated_at": "2014-02-02T17:47:00Z", "fanvenues_key": null, "primary": false, "ticket_utils_id": null, "name": "End Stage 2", "general_admission": false, "id": 32157, "capacity": null, "venue": { "country_code": "US", "name": "Izod Center", "location": "East Rutherford, NJ", "id": 328, "url": "/venues/328", "street_address": "50 State Route 120" }, "url": "/configurations/32157" } ] }