Home > @tridion-sites/open-api-client > ListsService > getKeywords
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>>;
Parameter | Type | Description |
---|---|---|
{ escapedItemId, } | { escapedItemId: string; } |
Returns:
CancelablePromise<Array<Keyword>>
Keyword The request was successful.
ApiError