Class GetListOfCurrentUsersPlaylistsRequest


  • public class GetListOfCurrentUsersPlaylistsRequest
    extends Object
    Get a List of Current User's Playlists request

    Required OAuth scopes

    playlist-read-private, playlist-read-collaborative

    Response

    On success, the HTTP status code in the response header is 200 OK and the response body contains an array of simplified playlist objects (wrapped in a paging object) in JSON format. On error, the header status code is an error code and the response body contains an error object. Please note that the access token has to be tied to a user.

    • Constructor Detail

      • GetListOfCurrentUsersPlaylistsRequest

        public GetListOfCurrentUsersPlaylistsRequest​(ApiClient apiClient)

        Get a List of Current User's Playlists request

        Parameters:
        apiClient -

        The API client