Versions Compared

Key

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

...

Page Properties
labelapi_docs_CONTROLLERTAG


NameIndex
DescriptionReturn a list of venue configurations
TypeGET
URL/v9/configurations


Long Description

Venue configurations are all relevant settings and meta data for a given venue. This endpoint will return a list of configurations. 

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

Name
Description
Value Type
Required
venue_idID of the venue that you would like to list configurations for.IntegerOptional
updated_at

An ISO 8601 date time when the performer was last updated.

Use in combination with the conditionals like '.gte' to get updated since.

StringOptional
nameName of the configuration.StringOptional
pageNumber of pages that you want to return.IntegerOptional
per_pageNumber of results returned per page.IntegerOptional

...


Examples

RequestResponse
/v9/configurations


Code Block
 
language
code
ruby
themeConfluence
languageruby
Paste in Request Code



Code Block
languageruby
themeConfluence
languageruby
{

  "
configurations" => [ [0] { "capacity" => 66053, "fanvenues_key" => nil, "venue" => { "street_address" => "701 Convention Plaza", "country_code" => "US", "name" => "Edward Jones Dome", "id" => "1598", "url" => "/venues/1598", "location" => "Saint Louis, MO" }, "updated_at" => "2012-03-06T19:44:03Z
current_page": 1,
  "per_page": 2,
  "total_entries": 25613,
  "configurations": [
    {
      "updated_at": "2012-11-19T15:31:41Z",
      "fanvenues_key": null,
      "primary": true,
      "ticket_utils_id": 
=> nil,
null,
      
"name": 
=> "Other
"End Stage",
      
"general_admission": 
=>
false,

      
"url
"
=> "/configurations/3", "id" => "3",
id": 32155,
      
"primary
"
=> false }, [1] { "capacity" => 65000,
capacity": null,
      
"fanvenues_key
"
=> nil, "venue" => {
venue": {
        "
street
country_
address
code"
=>
: "
2000 Brush Street
US",

        
"country_code" => "US",
"name": "Sacred Heart Cultural Center",
        
"
name
location"
=>
: "
Ford
Augusta, 
Field
GA",

        
"id"
=> "2199"
: 29897,
        
"url"
=>
: "/venues/
2199
29897",
        "street_address": "1301 Greene Street"
      
},
      "
location
url"
=>
: "
Detroit, MI"
/configurations/32155"
    
},
    
{
      
"updated_at"
=>
: "
2012
2014-
03
02-
06T19
02T17:
44
47:
03Z
00Z",
      "fanvenues_key": null,
      "primary": false,
      "ticket_utils_id"
=> "0816b2c3-5bdc-4c60-aa36-da9fd059970a",
: null,
      
"name"
=> "Other
: "End Stage 2",
      
"general_admission"
=>
: false,
      "id": 32157,
      "capacity": null,
      "venue": 
{
        
"
url" => "/configurations/7",
country_code": "US",
        "
id
name": 
=>
"Izod Center"
7"
,

        
"
seating_chart
location": 
=> {
"East Rutherford, NJ",
        
"
medium
id"
=> "https://s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/7/medium.jpg?1317044436",
: 328,
        
"
large
url": 
=>
"
https:
/
/s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/7/large.jpg?1317044436" },
venues/328",
        "
primary
street_address": 
=>
"50 
false
State 
Route 120"
      
}
]
,

      
"
total_entries" => 21936, "current_page" => 1, "per_page" => 2
url": "/configurations/32157"
    }
  ]
}