Interface SuggestionsApiGetSuggestionsRequest

Request parameters for getSuggestions operation in SuggestionsApi.

SuggestionsApiGetSuggestionsRequest

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

Properties

enableTotalRecordCount?: boolean

Whether to enable the total record count.

SuggestionsApiGetSuggestions

limit?: number

Optional. The limit.

SuggestionsApiGetSuggestions

mediaType?: MediaType[]

The media types.

SuggestionsApiGetSuggestions

startIndex?: number

Optional. The start index.

SuggestionsApiGetSuggestions

type?: BaseItemKind[]

The type.

SuggestionsApiGetSuggestions

userId?: string

The user id.

SuggestionsApiGetSuggestions