Get a playlist by ID
GET /api/playlists/{id}
GET
/api/playlists/{id}
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: uuid
Responses
Section titled “ Responses ”OK
object
id
string format: uuid
name
string
mode
string
currentIndex
integer format: int32
trackCount
integer format: int32
shuffleOrder
Array<integer>
tracks
Array<object>
object
id
string format: uuid
path
string
title
string
artist
string
album
string
duration
number format: double
isStream
boolean
sourcePath
string
isFavorite
boolean
Not Found