Class CheckIfUserFollowsPlaylistRequest


  • public class CheckIfUserFollowsPlaylistRequest
    extends Object
    Check if Users Follow a Playlist request

    Required OAuth scopes

    playlist-read-private

    Response

    On success, the HTTP status code in the response header is 200 OK and the response body contains a JSON array of true or false values, in the same order in which the ids were specified. On error, the header status code is an error code and the response body contains an error object.

    • Constructor Detail

      • CheckIfUserFollowsPlaylistRequest

        public CheckIfUserFollowsPlaylistRequest​(ApiClient apiClient,
                                                 String playlistId,
                                                 String ids)

        Check if Users Follow a Playlist request

        Parameters:
        apiClient -

        The API client

        playlistId -

        The Spotify ID of the playlist.

        ids -

        A comma-separated list of Spotify User IDs ; the ids of the users that you want to check to see if they follow the playlist. Maximum: 5 ids.

    • Method Detail