jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-api
/
org.jellyfin.sdk.api.operations
/
LibraryApi
/
getAncestors
get
Ancestors
suspend
fun
getAncestors
(
itemId
:
UUID
,
userId
:
UUID
?
=
null
)
:
Response
<
List
<
BaseItemDto
>
>
Gets all parents of an item.
Parameters
item
Id
The item id.
user
Id
Optional. Filter by user id, and attach user data.