@jellyfin/sdk
    Preparing search index...

    Interface SuggestionsApiGetSuggestionsRequest

    Request parameters for getSuggestions operation in SuggestionsApi.

    interface SuggestionsApiGetSuggestionsRequest {
        enableTotalRecordCount?: boolean;
        limit?: number;
        mediaType?: MediaType[];
        startIndex?: number;
        type?: BaseItemKind[];
        userId?: string;
    }
    Index

    Properties

    enableTotalRecordCount?: boolean

    Whether to enable the total record count.

    limit?: number

    Optional. The limit.

    mediaType?: MediaType[]

    The media types.

    startIndex?: number

    Optional. The start index.

    type?: BaseItemKind[]

    The type.

    userId?: string

    The user id.