Interface PlaylistGetItemsParams

PlaylistGetItemsParams ($ref: "Playlist.GetItems.Params") Parameters for the GetItems method.

interface PlaylistGetItemsParams {
    limits?: ListLimits;
    playlistid: string;
    properties?: string[];
    sort?: ListSort;
}

Properties

limits?: ListLimits
playlistid: string
properties?: string[]
sort?: ListSort