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 9 Current »

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. 

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

{
  "capacity": null,
  "general_admission": false,
  "id": 170,
  "name": "Center Stage",
  "primary": true,
  "updated_at": "2015-04-16T08:16:34Z",
  "url": "/configurations/170",
  "venue": {
    "country_code": "US",
    "id": 246,
    "location": "Phoenix, AZ",
    "name": "Celebrity Theatre - AZ",
    "street_address": "440 North 32nd Street",
    "url": "/venues/246"
  }
}

  • No labels