JamBase · Example Payload

Geteventdatasources

These can be used to filter events by Event IDs from third-party Data Sources.\ \ Returns all Event Data Sources in Alphabetical order.

ArtistsConcertsEventsFestivalsLive MusicMusicSetlistsTicketsToursVenues

Geteventdatasources 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": "/lookups/event-data-sources",
  "method": "GET",
  "operationId": "getEventDataSources",
  "summary": "Get Event Data Sources",
  "description": "These can be used to filter events by Event IDs from third-party Data Sources.\\\n\\\nReturns all Event Data Sources in Alphabetical order.\n",
  "parameters": []
}