GeoNodeHandler
This class provides RESTful services to get geo node details. It performs the service by delegating to the GeoNode BOD service.
| Method Name | HTTP Method | URL | Query Parameters | 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 the geo nodes by the parent geo node unique ID. | No,HTTP | Sample |