JamBase · Example Payload

Getsinglevenue

Retrieve a specific venue by JamBase or third-party ID.

ArtistsConcertsEventsFestivalsLive MusicMusicSetlistsTicketsToursVenues

Getsinglevenue is an example object payload from JamBase, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodoperationIdsummarydescriptionparameters

Example Payload

Raw ↑
{
  "path": "/venues/id/{venueDataSource}:{venueId}",
  "method": "GET",
  "operationId": "getSingleVenue",
  "summary": "Get / reverse-lookup a Venue by JamBase or third-party ID",
  "description": "Retrieve a specific venue by JamBase or third-party ID.\n",
  "parameters": [
    {
      "name": "venueDataSource",
      "in": "path",
      "required": true,
      "description": "the VenueDataSource of the ID for the artist"
    },
    {
      "name": "venueId",
      "in": "path",
      "required": true,
      "description": "the unique ID for the Venue"
    },
    {
      "name": "expandUpcomingEvents",
      "in": "query",
      "required": false,
      "description": "Use `true` to include the `event` node with any upcoming Concerts and Festivals for the venue."
    },
    {
      "name": null,
      "in": null,
      "required": false,
      "description": ""
    },
    {
      "name": null,
      "in": null,
      "required": false,
      "description": ""
    },
    {
      "name": null,
      "in": null,
      "required": false,
      "description": ""
    },
    {
      "name": null,
      "in": null,
      "required": false,
      "description": ""
    }
  ]
}