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 5 Next »

NameShow
DescriptionReturn the configurations of a specific venue
TypeGET
URL/v9/configurations/:configuration_id

Long Description

This will return the venue configuration for a specific venue. 

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 chart.

Parameters

Name
Description
Value Type
Required
configuration_idID of the configurationIntegerRequired

 

Examples

RequestResponse
/v9/configurations/14341 
Paste in Request Code
{
           "capacity" => nil,
      "fanvenues_key" => null,
              "venue" => {
      "street_address" => "4 Pennsylvania Plaza",
        "country_code" => "US",
                "name" => "Madison Square Garden",
                  "id" => "896",
                 "url" => "/venues/896",
            "location" => "New York, NY"
  },
         "updated_at" => "2012-03-06T19:45:10Z",
    "ticket_utils_id" => null,
               "name" => "End Stage",
  "general_admission" => false,
                "url" => "/configurations/14341",
                 "id" => "14341",
      "seating_chart" => {
      "medium" => "https://s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/14341/medium.jpg?1325869861",
       "large" => "https://s3.amazonaws.com/media.sandbox.ticketevolution.com/configurations/static_maps/14341/large.jpg?1325869861"
  },
            "primary" => true
}
  • No labels