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
language
rubythemeConfluence
Paste in Request Code
Code Block
languagejavascript
themeConfluence
{
json
{
  "capacity": 
=> nil
null,
  
"
fanvenues
general_
key
admission": 
=> null
false,

  
"venue" => { "street_address" => "4 Pennsylvania Plaza
"id": 170,
  "name": "Center Stage",
  
"country_code" => "US"
"primary": true,
  
"name" => "Madison Square Garden", "id" => "896", "url" => "/venues/896", "location" => "New York, NY" }, "updated_at" => "2012-03-06T19:45:10Z
"updated_at": "2015-04-16T08:16:34Z",
  "url": "/configurations/170",
  "venue": {
    "country_code": "US",
    "
ticket_utils_
id": 
=> null,
246,
    
"
name
location": 
=> "End Stage"
"Phoenix, 
"general_admission" => false,
AZ",
    
"
url
name": 
=> "/configurations/14341", "id" => "14341",
"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

}