channel players

Api reference content
get/api/channels/players

Get all players of channels emitted from this AIP Gate.

Parameters

ParameterPlaceRequiredDescription
startqueryrequired
limitqueryrequired

Responses

StatusDescription
200
application/json
{
  "_links": {
    "next": "string",
    "base": "string",
    "self": "string"
  },
  "start": "double",
  "limit": "double",
  "results": [
    {
      "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"
      }
    }
  ]
}
400
application/json
{
  "errors": "[string]"
}