getThemeSongs

suspend fun getThemeSongs(itemId: <Error class: unknown class>, userId: <Error class: unknown class>? = null, inheritFromParent: Boolean? = false, sortBy: Collection<<Error class: unknown class>>? = emptyList(), sortOrder: Collection<<Error class: unknown class>>? = emptyList()): Response<<Error class: unknown class>>

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: unknown class>): Response<<Error class: unknown class>>

Get theme songs for an item.

Parameters

request

The request parameters