getPlaylistItems

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

Gets the original items of a playlist.

Parameters

playlistId

The playlist id.

userId

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.

fields

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

enableImages

Optional. Include image information in output.

enableUserData

Optional. Include user data.

imageTypeLimit

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

enableImageTypes

Optional. The image types to include in the output.


suspend fun getPlaylistItems(request: <Error class: unknown class>): Response<<Error class: unknown class>>

Gets the original items of a playlist.

Parameters

request

The request parameters