Home > @vsf-enterprise/epcc-api > CatalogEndpoints > getHierarchyNodes
# CatalogEndpoints.getHierarchyNodes() method
Returns all the nodes except the root node for the latest hierarchy.
Signature:
getHierarchyNodes(context: ElasticPathIntegrationContext): Promise<Hierarchy[]>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | ElasticPathIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
Returns:
Promise<Hierarchy[]>