v1
latestOpenAPI 3.0.02026-07-132849114.2 KBBoundaries
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
Example response
{
"geometry": {
"type": "Point",
"coordinates": [
0,
0
]
},
"properties": {
"area": {
"q": 1,
"u": "hectare"
},
"centroid": {
"type": "Point",
"coordinates": [
-122.2,
38.1
]
}
}
}