getChannels

suspend fun getChannels(userId: <Error class: unknown class>? = null, startIndex: Int? = null, limit: Int? = null, supportsLatestItems: Boolean? = null, supportsMediaDeletion: Boolean? = null, isFavorite: Boolean? = null): Response<<Error class: unknown class>>

Gets available channels.

Parameters

userId

User Id to filter by. Use System.Guid.Empty to not filter by user.

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.

supportsLatestItems

Optional. Filter by channels that support getting latest items.

supportsMediaDeletion

Optional. Filter by channels that support media deletion.

isFavorite

Optional. Filter by channels that are favorite.


suspend fun getChannels(request: <Error class: unknown class> = GetChannelsRequest()): Response<<Error class: unknown class>>

Gets available channels.

Parameters

request

The request parameters