getSimilarArtists
suspend fun getSimilarArtists(itemId: ERROR CLASS: Symbol not found for UUID, excludeArtistIds: Collection<ERROR CLASS: Symbol not found for UUID>? = emptyList(), userId: ERROR CLASS: Symbol not found for UUID?? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Gets similar items.
Parameters
itemId
The item id.
excludeArtistIds
Exclude artist ids.
userId
Optional. Filter by user id, and attach user data.
limit
Optional. The maximum number of records to return.
fields
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.
suspend fun getSimilarArtists(request: ERROR CLASS: Symbol not found for GetSimilarArtistsRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Gets similar items.
Parameters
request
The request parameters