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: 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/

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" => {
"id": 170,
  
"
street_address
name": 
=>
"
4
Center 
Pennsylvania Plaza
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" },
"venue": {
    "
updated
country_
at
code": 
=> "2012-03-06T19:45:10Z
"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

}