JamBase · Example Payload

Getgenres

These can be used to filter Artists and Events.\ \ Returns all Genres in Alphabetical order.

ArtistsConcertsEventsFestivalsLive MusicMusicSetlistsTicketsToursVenues

Getgenres 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": "/genres",
  "method": "GET",
  "operationId": "getGenres",
  "summary": "Get Genres",
  "description": "These can be used to filter Artists and Events.\\\n\\\nReturns all Genres in Alphabetical order.\n",
  "parameters": []
}