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