Home > @vsf-enterprise/epcc-api > CatalogEndpoints > getNodeChildren
# CatalogEndpoints.getNodeChildren() method
Returns the child nodes for a node in the catalog.
Signature:
getNodeChildren(context: ElasticPathIntegrationContext, params: GetNodeChildrenParams): Promise<Node[]>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | ElasticPathIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | GetNodeChildrenParams | Optional filter parameters can be passed in. |
Returns:
Promise<Node[]>