Page Properties |
---|
label | api_docs_CONTROLLERTAG |
---|
|
Name | Show |
---|
Description | Return the configurations of a specific venue |
---|
Type | GET |
---|
URL | /v9/configurations/:configuration_id |
---|
|
Long Description
This will return the venue configuration for a specific venue.
Info |
---|
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
| | | |
---|
configuration_id | ID of the configuration | Integer | Required |
Examples
Request | Response |
---|
/v9/configurations/14341 |
|
Code Block |
---|
language | ruby |
---|
theme | Confluence |
---|
| Paste in Request Code |
|
Code Block |
---|
language | javascript |
---|
theme | Confluence |
---|
| {
"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
} |
|