@jellyfin/sdk
    Preparing search index...

    Interface InstantMixApiGetInstantMixFromArtistsRequest

    Request parameters for getInstantMixFromArtists operation in InstantMixApi.

    InstantMixApiGetInstantMixFromArtistsRequest

    interface InstantMixApiGetInstantMixFromArtistsRequest {
        enableImages?: boolean;
        enableImageTypes?: ImageType[];
        enableUserData?: boolean;
        fields?: ItemFields[];
        imageTypeLimit?: number;
        itemId: string;
        limit?: number;
        userId?: string;
    }
    Index

    Properties

    enableImages?: boolean

    Optional. Include image information in output.

    InstantMixApiGetInstantMixFromArtists

    enableImageTypes?: ImageType[]

    Optional. The image types to include in the output.

    InstantMixApiGetInstantMixFromArtists

    enableUserData?: boolean

    Optional. Include user data.

    InstantMixApiGetInstantMixFromArtists

    fields?: ItemFields[]

    Optional. Specify additional fields of information to return in the output.

    InstantMixApiGetInstantMixFromArtists

    imageTypeLimit?: number

    Optional. The max number of images to return, per image type.

    InstantMixApiGetInstantMixFromArtists

    itemId: string

    The item id.

    InstantMixApiGetInstantMixFromArtists

    limit?: number

    Optional. The maximum number of records to return.

    InstantMixApiGetInstantMixFromArtists

    userId?: string

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

    InstantMixApiGetInstantMixFromArtists