Class GetInformationAboutUsersCurrentPlaybackRequest


  • public class GetInformationAboutUsersCurrentPlaybackRequest
    extends Object
    Get Information About The User's Current Playback request

    Required OAuth scopes

    user-read-playback-state

    Response

    A successful request will return a 200 OK response code with a json payload that contains information about the current playback. The information returned is for the last known state, which means an inactive device could be returned if it was the last one to execute playback. When no available devices are found, the request will return a 200 OK response but with no data populated.

    • Constructor Detail

      • GetInformationAboutUsersCurrentPlaybackRequest

        public GetInformationAboutUsersCurrentPlaybackRequest​(ApiClient apiClient)

        Get Information About The User's Current Playback request

        Parameters:
        apiClient -

        The API client