Playlists
Retrieve Playlist Contents
Gets the contents of a playlist. Should be paged by clients via standard mechanisms.
By default leaves are returned (e.g. episodes, movies). In order to return other types you can use the type
parameter.
For example, you could use this to display a list of recently added albums vis a smart playlist.
Note that for dumb playlists, items have a playlistItemID
attribute which is used for deleting or moving items.
GET
{protocol}://{ip}:{port}
/
playlists
/
{playlistID}
/
items
Authorizations
X-Plex-Token
string
headerrequiredPlex Authentication Token
Path Parameters
playlistID
number
requiredthe ID of the playlist
Query Parameters
type
enum<integer>
requiredThe type of media to retrieve. 1 = movie 2 = show 3 = season 4 = episode E.g. A movie library will not return anything with type 3 as there are no seasons for movie libraries
Available options:
1
, 2
, 3
, 4
Response
200 - application/json
MediaContainer
object