channel players
Api reference content
get/api/channels/players/{channelId}
Get channel player by its ID
Parameters
Parameter | Place | Required | Description |
---|---|---|---|
channelId | path | required |
Responses
Status | Description |
---|---|
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 |