getNextUp

suspend fun getNextUp(userId: <Error class: unknown class>? = null, startIndex: Int? = null, limit: Int? = null, fields: Collection<<Error class: unknown class>>? = emptyList(), seriesId: <Error class: unknown class>? = null, parentId: <Error class: unknown class>? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<<Error class: unknown class>>? = emptyList(), enableUserData: Boolean? = null, nextUpDateCutoff: <Error class: unknown class>? = null, enableTotalRecordCount: Boolean? = true, disableFirstEpisode: Boolean? = false, enableResumable: Boolean? = true, enableRewatching: Boolean? = false): Response<<Error class: unknown class>>

Gets a list of next up episodes.

Parameters

userId

The user id of the user to get the next up episodes for.

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.

fields

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

seriesId

Optional. Filter by series id.

parentId

Optional. Specify this to localize the search to a specific item or folder. Omit to use the root.

enableImages

Optional. Include image information in output.

imageTypeLimit

Optional. The max number of images to return, per image type.

enableImageTypes

Optional. The image types to include in the output.

enableUserData

Optional. Include user data.

nextUpDateCutoff

Optional. Starting date of shows to show in Next Up section.

enableTotalRecordCount

Whether to enable the total records count. Defaults to true.

disableFirstEpisode

Whether to disable sending the first episode in a series as next up.

enableResumable

Whether to include resumable episodes in next up results.

enableRewatching

Whether to include watched episodes in next up results.


suspend fun getNextUp(request: <Error class: unknown class> = GetNextUpRequest()): Response<<Error class: unknown class>>

Gets a list of next up episodes.

Parameters

request

The request parameters