Class GetTheUsersQueueRequest

  • All Implemented Interfaces:
    IRequest<PlaybackQueue>

    public class GetTheUsersQueueRequest
    extends AbstractDataRequest<PlaybackQueue>
    Get the list of objects that make up the user's queue.

    Returns the tracks from the current user’s playback queue. Does not include the current playing track.

    The endpoint does not support paging since the queue is not expected to be large. Therefore, the request will return a PlaybackQueue object including a List of Track.