I am using the API to create a PlayQueue for a device to use. I can successfully get it created with the endpoint:
POST /playQueues
but when trying to get a client to start playing this PQ it does not work. I have tried:
GET /playQueues/{PQID}
POST /:/timeline
but to no avail. Any information on how to start playback would be greatly appreciated!