Interface LibraryApiGetSimilarArtistsRequest

Request parameters for getSimilarArtists operation in LibraryApi.

LibraryApiGetSimilarArtistsRequest

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

Properties

excludeArtistIds?: string[]

Exclude artist ids.

LibraryApiGetSimilarArtists

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.

LibraryApiGetSimilarArtists

itemId: string

The item id.

LibraryApiGetSimilarArtists

limit?: number

Optional. The maximum number of records to return.

LibraryApiGetSimilarArtists

userId?: string

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

LibraryApiGetSimilarArtists