getChangeMetricForPolygon
API Version: 1.102.0
GET/projects/{projectId}/requests/{requestId}/geoChange/{indicator}
Get Change Metric For Polygon.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
projectId
string
Project ID
requestId
number
Request ID
indicator
string
Indicator
Response
{
  "type": "string",
  "features": [
    {
      "id": "string",
      "type": "string",
      "properties": {
        "aggregate": "string",
        "value": {
          "gain": 0,
          "loss": 0,
          "net": 0
        },
        "area": 0
      },
      "geometry": {
        "type": "string",
        "coordinates": [
          null
        ]
      }
    }
  ]
}{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}Last updated