tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > BinariesService > getItemBinaryThumbnail

BinariesService.getItemBinaryThumbnail() method

Gets the thumbnail image for the binary content contained in a specified Multimedia Component.

Signature:

static getItemBinaryThumbnail({ escapedItemId, width, height, }: {
        escapedItemId: string;
        width?: number;
        height?: number;
    }): CancelablePromise<any>;

Parameters

Parameter Type Description
{ escapedItemId, width, height, } { escapedItemId: string; width?: number; height?: number; }  

Returns:

CancelablePromise<any>

any The request was successful.

Exceptions

ApiError