getLatestChannelItems

suspend fun getLatestChannelItems(userId: <Error class: unknown class>? = null, startIndex: Int? = null, limit: Int? = null, filters: Collection<<Error class: unknown class>>? = emptyList(), fields: Collection<<Error class: unknown class>>? = emptyList(), channelIds: Collection<<Error class: unknown class>>? = emptyList()): Response<<Error class: unknown class>>

Gets latest channel items.

Parameters

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.

filters

Optional. Specify additional filters to apply.

fields

Optional. Specify additional fields of information to return in the output.

channelIds

Optional. Specify one or more channel id's, comma delimited.


suspend fun getLatestChannelItems(request: <Error class: unknown class> = GetLatestChannelItemsRequest()): Response<<Error class: unknown class>>

Gets latest channel items.

Parameters

request

The request parameters