@jellyfin/sdk

    Interface MoviesApiGetMovieRecommendationsRequest

    Request parameters for getMovieRecommendations operation in MoviesApi.

    MoviesApiGetMovieRecommendationsRequest

    interface MoviesApiGetMovieRecommendationsRequest {
        categoryLimit?: number;
        fields?: ItemFields[];
        itemLimit?: number;
        parentId?: string;
        userId?: string;
    }
    Index

    Properties

    categoryLimit?: number

    The max number of categories to return.

    MoviesApiGetMovieRecommendations

    fields?: ItemFields[]

    Optional. The fields to return.

    MoviesApiGetMovieRecommendations

    itemLimit?: number

    The max number of items to return per category.

    MoviesApiGetMovieRecommendations

    parentId?: string

    Specify this to localize the search to a specific item or folder. Omit to use the root.

    MoviesApiGetMovieRecommendations

    userId?: string

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

    MoviesApiGetMovieRecommendations

    MMNEPVFCICPMFPCPTTAAATR