

GeoNodeHandler
This class provides RESTful services to retrieve geo node details. It delegates to the GeoNode noun to perform the operations.
| Method Name | HTTP Method | URL | Query Params | Description | Authentication | Example |
|---|---|---|---|---|---|---|
| findTopGeoNodes | GET | store/{storeId}/geonode/byTopGeoNode | responseFormat={responseFormat} | Gets the top geo nodes. | No,HTTP | Sample |
| findGeoByParentGeoId | GET | store/{storeId}/geonode/byParentGeoNode/{parentgeoid} | responseFormat={responseFormat} | Gets geo nodes by the parent geo node's unique ID. | No,HTTP | Sample |