Interface LibraryApiGetSimilarTrailersRequest

Request parameters for getSimilarTrailers operation in LibraryApi.

LibraryApiGetSimilarTrailersRequest

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

Properties

excludeArtistIds?: string[]

Exclude artist ids.

LibraryApiGetSimilarTrailers

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.

LibraryApiGetSimilarTrailers

itemId: string

The item id.

LibraryApiGetSimilarTrailers

limit?: number

Optional. The maximum number of records to return.

LibraryApiGetSimilarTrailers

userId?: string

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

LibraryApiGetSimilarTrailers