Long Description
This will return the venue configuration for a specific venue.
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 |
---|---|---|---|
configuration_id | ID of the configuration | Integer | Required |
Examples
Request | Response |
---|---|
GET /v9/configurations/170 | { "capacity": null, "general_admission": false, "id": 170, "name": "Center Stage", "primary": true, "updated_at": "2015-04-16T08:16:34Z", "url": "/configurations/170", "venue": { "country_code": "US", "id": 246, "location": "Phoenix, AZ", "name": "Celebrity Theatre - AZ", "street_address": "440 North 32nd Street", "url": "/venues/246" } } |