@jellyfin/sdk
    Preparing search index...

    Interface LibraryApiGetAncestorsRequest

    Request parameters for getAncestors operation in LibraryApi.

    LibraryApiGetAncestorsRequest

    interface LibraryApiGetAncestorsRequest {
        itemId: string;
        userId?: string;
    }
    Index

    Properties

    Properties

    itemId: string

    The item id.

    LibraryApiGetAncestors

    userId?: string

    Optional. Filter by user id, and attach user data.

    LibraryApiGetAncestors