GetSimilarTrailersRequest

data class GetSimilarTrailersRequest(val itemId: UUID, val excludeArtistIds: Collection<UUID>? = null, val userId: UUID? = null, val limit: Int? = null, val fields: Collection<ItemFields>? = null)

Similar items.

Constructors

Link copied to clipboard
constructor(itemId: UUID, excludeArtistIds: Collection<UUID>? = null, userId: UUID? = null, limit: Int? = null, fields: Collection<ItemFields>? = null)

Properties

Link copied to clipboard

Exclude artist ids.

Link copied to clipboard

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.

Link copied to clipboard

The item id.

Link copied to clipboard
val limit: Int? = null

Optional. The maximum number of records to return.

Link copied to clipboard
val userId: UUID? = null

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