JamBase · Example Payload

Getstream

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

ArtistsConcertsEventsFestivalsLive MusicMusicSetlistsTicketsToursVenues

Getstream 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": "/streams/id/{streamDataSource}:{streamId}",
  "method": "GET",
  "operationId": "getStream",
  "summary": "Get / reverse-lookup a Stream by JamBase or third-party ID",
  "description": "Retrieve a specific stream by JamBase or third-party ID.\n",
  "parameters": [
    {
      "name": "streamDataSource",
      "in": "path",
      "required": true,
      "description": "The StreamDataSource of the ID for the Stream."
    },
    {
      "name": "streamId",
      "in": "path",
      "required": true,
      "description": "The unique ID for the Stream."
    },
    {
      "name": null,
      "in": null,
      "required": false,
      "description": ""
    },
    {
      "name": null,
      "in": null,
      "required": false,
      "description": ""
    }
  ]
}