Interface LibraryApiGetSimilarShowsRequest

Request parameters for getSimilarShows operation in LibraryApi.

LibraryApiGetSimilarShowsRequest

interface LibraryApiGetSimilarShowsRequest {
    excludeArtistIds?: string[];
    fields?: ItemFields[];
    itemId: string;
    limit?: number;
    userId?: string;
}

Properties

excludeArtistIds?: string[]

Exclude artist ids.

LibraryApiGetSimilarShows

fields?: ItemFields[]

Optional. Specify additional fields of information to return in the output. This allows multiple, comma delimited. Options: Budget, Chapters, DateCreated, Genres, HomePageUrl, IndexOptions, MediaStreams, Overview, ParentId, Path, People, ProviderIds, PrimaryImageAspectRatio, Revenue, SortName, Studios, Taglines, TrailerUrls.

LibraryApiGetSimilarShows

itemId: string

The item id.

LibraryApiGetSimilarShows

limit?: number

Optional. The maximum number of records to return.

LibraryApiGetSimilarShows

userId?: string

Optional. Filter by user id, and attach user data.

LibraryApiGetSimilarShows