Interface InstantMixApiGetInstantMixFromArtists2Request

Request parameters for getInstantMixFromArtists2 operation in InstantMixApi.

InstantMixApiGetInstantMixFromArtists2Request

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

Properties

enableImages?: boolean

Optional. Include image information in output.

InstantMixApiGetInstantMixFromArtists2

enableImageTypes?: ImageType[]

Optional. The image types to include in the output.

InstantMixApiGetInstantMixFromArtists2

enableUserData?: boolean

Optional. Include user data.

InstantMixApiGetInstantMixFromArtists2

fields?: ItemFields[]

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

InstantMixApiGetInstantMixFromArtists2

id: string

The item id.

InstantMixApiGetInstantMixFromArtists2

imageTypeLimit?: number

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

InstantMixApiGetInstantMixFromArtists2

limit?: number

Optional. The maximum number of records to return.

InstantMixApiGetInstantMixFromArtists2

userId?: string

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

InstantMixApiGetInstantMixFromArtists2