tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > ListsService > getKeywords

ListsService.getKeywords() method

Gets a list of Keywords contained in the specified Category or parent Keyword. This operation returns an instance of ‘Keyword’ type or one of the following inherited types:<ul class="model-list"><li>ExternalKeyword</li></ul>

Signature:

static getKeywords({ escapedItemId, }: {
        escapedItemId: string;
    }): CancelablePromise<Array<Keyword>>;

Parameters

Parameter Type Description
{ escapedItemId, } { escapedItemId: string; }  

Returns:

CancelablePromise<Array<Keyword>>

Keyword The request was successful.

Exceptions

ApiError