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 items from the current user’s playback queue, including the currently playing item.

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 IPlaylistItem.