getRecordingsSeries

suspend fun getRecordingsSeries(channelId: String? = null, userId: <Error class: unknown class>? = null, groupId: String? = null, startIndex: Int? = null, limit: Int? = null, status: <Error class: unknown class>? = null, isInProgress: Boolean? = null, seriesTimerId: String? = null, enableImages: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<<Error class: unknown class>>? = emptyList(), fields: Collection<<Error class: unknown class>>? = emptyList(), enableUserData: Boolean? = null, enableTotalRecordCount: Boolean? = true): Response<<Error class: unknown class>>

Deprecated

This member is deprecated and may be removed in the future

Gets live tv recording series.

Parameters

channelId

Optional. Filter by channel id.

userId

Optional. Filter by user and attach user data.

groupId

Optional. Filter by recording group.

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.

status

Optional. Filter by recording status.

isInProgress

Optional. Filter by recordings that are in progress, or not.

seriesTimerId

Optional. Filter by recordings belonging to a series timer.

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.

fields

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

enableUserData

Optional. Include user data.

enableTotalRecordCount

Optional. Return total record count.


suspend fun getRecordingsSeries(request: <Error class: unknown class> = GetRecordingsSeriesRequest()): Response<<Error class: unknown class>>

Deprecated

This member is deprecated and may be removed in the future

Gets live tv recording series.

Parameters

request

The request parameters