getUpcomingEpisodes

suspend fun getUpcomingEpisodes(userId: <Error class: unknown class>? = null, startIndex: Int? = null, limit: Int? = null, fields: Collection<<Error class: unknown class>>? = emptyList(), parentId: <Error class: unknown class>? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<<Error class: unknown class>>? = emptyList(), enableUserData: Boolean? = null): Response<<Error class: unknown class>>

Gets a list of upcoming episodes.

Parameters

userId

The user id of the user to get the upcoming 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.

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.


suspend fun getUpcomingEpisodes(request: <Error class: unknown class> = GetUpcomingEpisodesRequest()): Response<<Error class: unknown class>>

Gets a list of upcoming episodes.

Parameters

request

The request parameters