getPlaylistItems
suspend fun getPlaylistItems(playlistId: ERROR CLASS: Symbol not found for UUID, userId: ERROR CLASS: Symbol not found for UUID?? = null, startIndex: Int? = null, limit: Int? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), enableImages: Boolean? = null, enableUserData: Boolean? = null, imageTypeLimit: Int? = null, enableImageTypes: Collection<ERROR CLASS: Symbol not found for ImageType>? = emptyList()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
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: Symbol not found for GetPlaylistItemsRequest): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
Gets the original items of a playlist.
Parameters
request
The request parameters