@jellyfin/sdk
    Preparing search index...

    Interface UserViewsApiGetUserViewsRequest

    Request parameters for getUserViews operation in UserViewsApi.

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

    Properties

    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.