Interface InstantMixApiGetInstantMixFromSongRequest

Request parameters for getInstantMixFromSong operation in InstantMixApi.

InstantMixApiGetInstantMixFromSongRequest

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

Properties

enableImages?: boolean

Optional. Include image information in output.

InstantMixApiGetInstantMixFromSong

enableImageTypes?: ImageType[]

Optional. The image types to include in the output.

InstantMixApiGetInstantMixFromSong

enableUserData?: boolean

Optional. Include user data.

InstantMixApiGetInstantMixFromSong

fields?: ItemFields[]

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

InstantMixApiGetInstantMixFromSong

imageTypeLimit?: number

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

InstantMixApiGetInstantMixFromSong

itemId: string

The item id.

InstantMixApiGetInstantMixFromSong

limit?: number

Optional. The maximum number of records to return.

InstantMixApiGetInstantMixFromSong

userId?: string

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

InstantMixApiGetInstantMixFromSong