Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page Properties
labelapi_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. 

Infonote

NOTE: For events in the Sandbox the seating chart URLs that contain media.sandbox.ticketevolution.com may not work. Simply changing that URL portion to media.ticketevolution.com should show a usable seating chartThe 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/

14341

170

 
Code Block
themeConfluence
language
ruby
Paste in Request Code
Code BlockthemeConfluencelanguagejavascript
json
{
  
"capacity": 
=> nil,
null,
  
"
fanvenues
general_
key
admission"
=> "7101",
: false,
  
"venue" => {
"id": 170,
  
"street_address" => "4 Pennsylvania Plaza
"name": "Center Stage",
  
"country_code" => "US",
"primary": true,
  "
name" => "Madison Square Garden", "id" => "896",
updated_at": "2015-04-16T08:16:34Z",
  "url": 
=>
"/
venues
configurations/
896
170",
  
"location" => "New York, NY" }, "updated_at" => "2012-03-06T19:45:10Z
"venue": {
    "country_code": "US",
    "
ticket_utils_
id"
=> "be2deb15-a36c-412d-8ef2-d2b0eb9fe607",
: 246,
    
"name" => "End Stage", "general_admission" => false,
"location": "Phoenix, AZ",
    
"url" => "/configurations/14341", "id" => "14341",
"name": "Celebrity Theatre - AZ",
    "
seating
street_
chart
address": 
=>
"440 
{
North 
"medium" => "https://s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/14341/medium.jpg?1325869861"
32nd Street",
    
"
large
url"
=>
: "
https:
/
/s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/14341/large.jpg?1325869861
venues/246"
  }
, "primary" => true

}