GetLatestChannelItemsRequest
data class GetLatestChannelItemsRequest(val userId: UUID? = null, val startIndex: Int? = null, val limit: Int? = null, val filters: Collection<ItemFilter>? = null, val fields: Collection<ItemFields>? = null, val channelIds: Collection<UUID>? = null)
Latest channel items.
Constructors
Link copied to clipboard
constructor(userId: UUID? = null, startIndex: Int? = null, limit: Int? = null, filters: Collection<ItemFilter>? = null, fields: Collection<ItemFields>? = null, channelIds: Collection<UUID>? = null)
Properties
Link copied to clipboard
Optional. Specify one or more channel id's, comma delimited.
Link copied to clipboard
Optional. Specify additional fields of information to return in the output.
Link copied to clipboard
Optional. Specify additional filters to apply.
Link copied to clipboard
Optional. The record index to start at. All items with a lower index will be dropped from the results.