|Returns=
Returns a JSON object with a list of [[Playlist]].
'''Example:'''
{
"StatusCode": 0,
"Severity": 1,
"StatusMessage": "OK",
"Content": {
"Offset": 0,
"Limit": 100,
"Count": 0,
"List": {
"TimeStamp": 0,
"Playlists": [ Array of [[Playlist]] ]
}
}
}
|Exceptions=
* None<span style="color: #a11;">TO BE COMPLETED</span>
|Cache=