tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > ItemsService > getItemsExtended

ItemsService.getItemsExtended() method

Gets a large number of items by specifying a list of item URIs in the body of the request. This operation returns an instance of ‘IdentifiableObjectDictionary’ type.

Signature:

static getItemsExtended({ itemIds, useDynamicVersion, loadFullItems, }: {
        itemIds: Array<string>;
        useDynamicVersion?: boolean;
        loadFullItems?: boolean;
    }): CancelablePromise<Record<string, IdentifiableObject>>;

Parameters

Parameter Type Description
{ itemIds, useDynamicVersion, loadFullItems, } { itemIds: Array<string>; useDynamicVersion?: boolean; loadFullItems?: boolean; }  

Returns:

CancelablePromise<Record<string, IdentifiableObject>>

IdentifiableObject The request was successful.

Exceptions

ApiError