Interface LibraryApiGetAncestorsRequest

Request parameters for getAncestors operation in LibraryApi.

LibraryApiGetAncestorsRequest

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

Properties

Properties

itemId: string

The item id.

LibraryApiGetAncestors

userId?: string

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

LibraryApiGetAncestors