Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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. 

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 
Paste in Request Code
{
            "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",
                      "ticket_utils_id" => nil,
                                 "name" => "Other",
                    "general_admission" => false,
                                  "url" => "/configurations/3",
                                   "id" => "3",
                              "primary" => false
                },
                [1] {
                             "capacity" => 65000,
                        "fanvenues_key" => nil,
                                "venue" => {
                        "street_address" => "2000 Brush Street",
                          "country_code" => "US",
                                  "name" => "Ford Field",
                                    "id" => "2199",
                                   "url" => "/venues/2199",
                              "location" => "Detroit, MI"
                    },
                           "updated_at" => "2012-03-06T19:44:03Z",
                      "ticket_utils_id" => "0816b2c3-5bdc-4c60-aa36-da9fd059970a",
                                 "name" => "Other",
                    "general_admission" => false,
                                  "url" => "/configurations/7",
                                   "id" => "7",
                        "seating_chart" => {
                        "medium" => "https://s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/7/medium.jpg?1317044436",
                         "large" => "https://s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/7/large.jpg?1317044436"
                    },
                              "primary" => false
                }
            ],
             "total_entries" => 21936,
              "current_page" => 1,
                  "per_page" => 2
}
  • No labels