Feature Pack 4Feature Pack 5Feature Pack 6

Get top geo nodes

The following example shows how to get top geo nodes.

Request


GET /wcs/resources/store/10101/geonode/byTopGeoNode HTTP/1.1
Host: wcstestserver.raleigh.ibm.com
Content-Type: application/json

Response


HTTP/1.1 200 OK
Content-Type: application/json

{
   "GeoNode": [
      {
         "name": "Canada",
         "type": "CNTY",
         "uniqueID": "10001"
      },
      {
         "name": "United States",
         "type": "CNTY",
         "uniqueID": "10002"
      }
   ],
   "resourceName": "geonode",
   "resourceId":"http:\/\/wcstestserver.raleigh.ibm.com\/wcs\/resources\/store\/10101\/geonode\/byTopGeoNode"
}