getChannelItems
suspend fun getChannelItems(channelId: ERROR CLASS: Symbol not found for UUID, folderId: ERROR CLASS: Symbol not found for UUID?? = null, userId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, sortOrder: Collection<ERROR CLASS: Symbol not found for SortOrder>? = emptyList(), filters: Collection<ERROR CLASS: Symbol not found for ItemFilter>? = emptyList(), sortBy: Collection<ERROR CLASS: Symbol not found for ItemSortBy>? = emptyList(), fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Get channel items.
Parameters
channelId
Channel Id.
folderId
Optional. Folder Id.
userId
Optional. User Id.
startIndex
Optional. The record index to start at. All items with a lower index will be dropped from the results.
limit
Optional. The maximum number of records to return.
sortOrder
Optional. Sort Order - Ascending,Descending.
filters
Optional. Specify additional filters to apply.
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.
fields
Optional. Specify additional fields of information to return in the output.
suspend fun getChannelItems(request: ERROR CLASS: Symbol not found for GetChannelItemsRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Get channel items.
Parameters
request
The request parameters