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
Plex Authentication Token
Path Parameters
the ID of the playlist
Query Parameters
The 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