JamBase · Example Payload

Getupcomingevent

Retrieve a specific Event by JamBase or third-party ID

ArtistsConcertsEventsFestivalsLive MusicMusicSetlistsTicketsToursVenues

Getupcomingevent 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": "/events/id/{eventDataSource}:{eventId}",
  "method": "GET",
  "operationId": "getUpcomingEvent",
  "summary": "Get / reverse-lookup an Event by JamBase or third-party ID",
  "description": "Retrieve a specific Event by JamBase or third-party ID\n",
  "parameters": [
    {
      "name": "eventDataSource",
      "in": "path",
      "required": true,
      "description": "The eventDataSource of the ID for the Event."
    },
    {
      "name": "eventId",
      "in": "path",
      "required": true,
      "description": "The unique ID for the Event."
    },
    {
      "name": null,
      "in": null,
      "required": false,
      "description": ""
    },
    {
      "name": null,
      "in": null,
      "required": false,
      "description": ""
    },
    {
      "name": null,
      "in": null,
      "required": false,
      "description": ""
    }
  ]
}