v1

latestOpenAPI 3.0.02026-07-132849114.2 KB
Boundaries

Retrieve a Boundary by ID

Retrieve a Boundary by ID.

get/v4/boundaries/{boundaryId}

Path parameters

boundaryIdstring uuid required

Unique identifier of the Boundary

Response

OK

idstring uuid required
type'Feature' required

Example response

{
  "geometry": {
    "type": "Point",
    "coordinates": [
      0,
      0
    ]
  },
  "properties": {
    "area": {
      "q": 1,
      "u": "hectare"
    },
    "centroid": {
      "type": "Point",
      "coordinates": [
        -122.2,
        38.1
      ]
    }
  }
}