ArcGIS REST Services Directory Login | Get Token
JSON

Raster Attribute Table (Water_Resources/MAR_DepthToWaterRating)

{
 "features": [
  {"attributes": {
   "OBJECTID": 1,
   "Count_": 2010351,
   "Value": 1
  }},
  {"attributes": {
   "OBJECTID": 2,
   "Count_": 3237479,
   "Value": 50
  }},
  {"attributes": {
   "OBJECTID": 3,
   "Count_": 1004088,
   "Value": 100
  }}
 ],
 "objectIdFieldName": "",
 "fields": [
  {
   "domain": null,
   "name": "OBJECTID",
   "alias": "OBJECTID",
   "type": "esriFieldTypeOID"
  },
  {
   "domain": null,
   "name": "Value",
   "alias": "Value",
   "type": "esriFieldTypeInteger"
  },
  {
   "domain": null,
   "name": "Count_",
   "alias": "Count_",
   "type": "esriFieldTypeDouble"
  }
 ]
}