get Client Playlist
Find a client playlist by its id. If you want to find multiple playlists, consider using getClientPlaylists
Note that private playlists are only retrievable for the current user and require the SpotifyScope.PLAYLIST_READ_PRIVATE scope to have been authorized by the user. Note that this scope alone will not return a collaborative playlist, even though they are always private. Collaborative playlists are only retrievable for the current user and require the SpotifyScope.PLAYLIST_READ_COLLABORATIVE scope to have been authorized by the user.
Return
A possibly-null SimplePlaylist if the playlist doesn't exist
Parameters
id
Playlist id or uri
Sources
(source)
Link copied to clipboard