GetThemeMediaRequest
data class GetThemeMediaRequest(val itemId: UUID, val userId: UUID? = null, val inheritFromParent: Boolean? = false, val sortBy: Collection<ItemSortBy>? = null, val sortOrder: Collection<SortOrder>? = null)
Get theme songs and videos for an item.
Constructors
Link copied to clipboard
constructor(itemId: UUID, userId: UUID? = null, inheritFromParent: Boolean? = false, sortBy: Collection<ItemSortBy>? = null, sortOrder: Collection<SortOrder>? = null)
Properties
Link copied to clipboard
Optional. Determines whether or not parent items should be searched for theme media.
Link copied to clipboard
Optional. Specify one or more sort orders, comma delimited. Options: Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated, DatePlayed, PlayCount, PremiereDate, ProductionYear, SortName, Random, Revenue, Runtime.
Link copied to clipboard
Optional. Sort Order - Ascending, Descending.