Optionalconfiguration: ConfigurationThe playlist id.
Optionalids: string[]
Item id, comma delimited.
Optionalposition: number
Optional. 0-based index where to place the items or at the end if `null`.
OptionaluserId: string
The userId.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
For backwards compatibility parameters can be sent via Query or Body, with Query having higher precedence. Query parameters are obsolete.
Optionalname: string
The playlist name.
Optionalids: string[]
The item ids.
OptionaluserId: string
The user id.
OptionalmediaType: MediaType
The media type.
OptionalcreatePlaylistDto: CreatePlaylistDto
The create playlist payload.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
The playlist id.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
The playlist id.
OptionaluserId: string
User id.
OptionalstartIndex: number
Optional. The record index to start at. All items with a lower index will be dropped from the results.
Optionallimit: number
Optional. The maximum number of records to return.
Optionalfields: ItemFields[]
Optional. Specify additional fields of information to return in the output.
OptionalenableImages: boolean
Optional. Include image information in output.
OptionalenableUserData: boolean
Optional. Include user data.
OptionalimageTypeLimit: number
Optional. The max number of images to return, per image type.
OptionalenableImageTypes: ImageType[]
Optional. The image types to include in the output.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
The playlist id.
The user id.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
The playlist id.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
The playlist id.
The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistDto id.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
The playlist id.
The user id.
The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistUserDto.
Optionaloptions: RawAxiosRequestConfig
Override http request option.
PlaylistApi - functional programming interface