GET api/Jukebox/Current?username={username}
Documentation for 'Current'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| username | Documentation for 'username'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Playlist": null,
"Volume": 1,
"RequestedSongs": 2,
"Shuffle": true
}
application/xml, text/xml
Sample:
<Current xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMCT.Jukebox.Library"> <Playlist xmlns:d2p1="http://schemas.datacontract.org/2004/07/SMCT.API.ViewModels" i:nil="true" /> <RequestedSongs>2</RequestedSongs> <Shuffle>true</Shuffle> <Volume>1</Volume> </Current>