channel players

Api reference content
get/api/channels/players/{channelId}

Get channel player by its ID

Parameters

ParameterPlaceRequiredDescription
channelIdpathrequired

Responses

StatusDescription
200
application/json
{
  "id": "string",
  "name": "string",
  "playback_state": "stopped | paused | playing",
  "repeat": "boolean",
  "shuffle": "boolean",
  "source": "string",
  "source_type": "folder | url",
  "current_track": {
    "folder": "string",
    "file_id": "string",
    "position": "double"
  }
}
404