Home > @vsf-enterprise/epcc-api > GetNodesParams
# GetNodesParams interface
Parameters to get nodes from the catalog.
Signature:
export interface GetNodesParams
# Properties
| Property | Type | Description |
|---|---|---|
| filter? | CatalogFilter | (Optional) Filtering operators |
| id? | string | (Optional) The unique identifier of a hierarchy node. |
| limit? | number | (Optional) The maximum number of records per page for this response. You can set this value up to 100. |
| offset? | number | (Optional) The current offset by number of records, not pages. Offset is zero-based. |