Class CheckUsersSavedTracksRequest


  • public class CheckUsersSavedTracksRequest
    extends Object
    Check User's Saved Tracks request

    Required OAuth scopes

    user-library-read

    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

      • CheckUsersSavedTracksRequest

        public CheckUsersSavedTracksRequest​(ApiClient apiClient,
                                            String ids)

        Check User's Saved Tracks request

        Parameters:
        apiClient -

        The API client

        ids -

        A comma-separated list of the Spotify IDs for the tracks. Maximum: 50 IDs.

    • Method Detail