Interface GetEpisodesParams

GetEpisodesParams ($ref: "VideoLibrary.GetEpisodes.Params") Parameters for the GetEpisodes method.

interface GetEpisodesParams {
    filter?: any;
    limits?: ListLimits;
    properties?: VideoProperty[];
    season?: number;
    sort?: ListSort;
    tvshowid: string;
}

Properties

filter?: any
limits?: ListLimits
properties?: VideoProperty[]
season?: number
sort?: ListSort
tvshowid: string