getThemeSongs

suspend fun getThemeSongs(itemId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, inheritFromParent: Boolean? = false, sortBy: Collection<ERROR CLASS: Symbol not found for ItemSortBy>? = emptyList(), sortOrder: Collection<ERROR CLASS: Symbol not found for SortOrder>? = emptyList()): Response<ERROR CLASS: Symbol not found for ThemeMediaResult>

Get theme songs for an item.

Parameters

itemId

The item id.

userId

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

inheritFromParent

Optional. Determines whether or not parent items should be searched for theme media.

sortBy

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.

sortOrder

Optional. Sort Order - Ascending, Descending.


suspend fun getThemeSongs(request: ERROR CLASS: Symbol not found for GetThemeSongsRequest): Response<ERROR CLASS: Symbol not found for ThemeMediaResult>

Get theme songs for an item.

Parameters

request

The request parameters