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 |
---|---|
/v9/configurations/14341 | |
Paste in Request Code | { "capacity" => nil, "fanvenues_key" => null, "venue" => { "street_address" => "4 Pennsylvania Plaza", "country_code" => "US", "name" => "Madison Square Garden", "id" => "896", "url" => "/venues/896", "location" => "New York, NY" }, "updated_at" => "2012-03-06T19:45:10Z", "ticket_utils_id" => null, "name" => "End Stage", "general_admission" => false, "url" => "/configurations/14341", "id" => "14341", "seating_chart" => { "medium" => "https://s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/14341/medium.jpg?1325869861", "large" => "https://s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/14341/large.jpg?1325869861" }, "primary" => true } |