JamBase · Example Payload

Getartistdatasources

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

ArtistsConcertsEventsFestivalsLive MusicMusicSetlistsTicketsToursVenues

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