@jellyfin/sdk
    Preparing search index...

    Interface UserViewApiGetUserViewsRequest

    Request parameters for getUserViews operation in UserViewApi.

    interface UserViewApiGetUserViewsRequest {
        includeExternalContent?: boolean;
        includeHidden?: boolean;
        presetViews?: CollectionType[];
        userId?: string;
    }
    Index
    includeExternalContent?: boolean

    Whether or not to include external views such as channels or live tv.

    includeHidden?: boolean

    Whether or not to include hidden content.

    presetViews?: CollectionType[]

    Preset views.

    userId?: string

    User id.