Home > @tridion-sites/open-api-client > ListsService > getTaxonomy
Gets a full taxonomy for a specified Category. This operation returns an instance of ‘TaxonomyNode’ type.
Signature:
static getTaxonomy({ escapedCategoryId, includeAlternativeLabels, maxNodes, }: {
escapedCategoryId: string;
includeAlternativeLabels?: boolean;
maxNodes?: number;
}): CancelablePromise<TaxonomyNode>;
Parameter | Type | Description |
---|---|---|
{ escapedCategoryId, includeAlternativeLabels, maxNodes, } | { escapedCategoryId: string; includeAlternativeLabels?: boolean; maxNodes?: number; } |
Returns:
CancelablePromise<TaxonomyNode>
TaxonomyNode The request was successful.
ApiError