ChannelsApi
Functions
Link copied to clipboard
Get all channel features.
Link copied to clipboard
Get channel features.
Link copied to clipboard
suspend fun getChannelItems(channelId: UUID, folderId: UUID? = null, userId: UUID? = null, startIndex: Int? = null, limit: Int? = null, sortOrder: Collection<SortOrder>? = emptyList(), filters: Collection<ItemFilter>? = emptyList(), sortBy: Collection<ItemSortBy>? = emptyList(), fields: Collection<ItemFields>? = emptyList()): Response<BaseItemDtoQueryResult>
Get channel items.
Link copied to clipboard
suspend fun getChannels(request: GetChannelsRequest = GetChannelsRequest()): Response<BaseItemDtoQueryResult>
suspend fun getChannels(userId: UUID? = null, startIndex: Int? = null, limit: Int? = null, supportsLatestItems: Boolean? = null, supportsMediaDeletion: Boolean? = null, isFavorite: Boolean? = null): Response<BaseItemDtoQueryResult>
Gets available channels.
Link copied to clipboard
suspend fun getLatestChannelItems(request: GetLatestChannelItemsRequest = GetLatestChannelItemsRequest()): Response<BaseItemDtoQueryResult>
suspend fun getLatestChannelItems(userId: UUID? = null, startIndex: Int? = null, limit: Int? = null, filters: Collection<ItemFilter>? = emptyList(), fields: Collection<ItemFields>? = emptyList(), channelIds: Collection<UUID>? = emptyList()): Response<BaseItemDtoQueryResult>
Gets latest channel items.