Parcels
Last updated
Last updated
GET /api/parcels/{id}/ HTTP/1.1
Host:
Accept: */*
{
"type": "Feature",
"id": 1,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
0,
50
],
[
50,
50
],
[
50,
0
],
[
0,
0
]
]
]
},
"bbox": [
12.9721,
77.5933,
12.9721,
77.5933
],
"properties": {
"hectares": "text",
"image_url": "text",
"wms_url": "text",
"center": "text",
"parcelresolution_set": [
{
"resolution": 1,
"last_image_date": "2025-04-27"
}
],
"key": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"is_active": true,
"metadata": null,
"computed_attributes": null
}
}
DELETE /api/parcels/{id}/ HTTP/1.1
Host:
Accept: */*
No response body
No content
GET /api/parcels/ HTTP/1.1
Host:
Accept: */*
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
0,
50
],
[
50,
50
],
[
50,
0
],
[
0,
0
]
]
]
},
"bbox": [
12.9721,
77.5933,
12.9721,
77.5933
],
"properties": {
"hectares": "text",
"image_url": "text",
"wms_url": "text",
"center": "text",
"parcelresolution_set": [
{
"resolution": 1,
"last_image_date": "2025-04-27"
}
],
"key": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"is_active": true,
"metadata": null,
"computed_attributes": null
}
}
]
}
[12.9721,77.5933,12.9721,77.5933]
POST /api/parcels/ HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 230
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
0,
50
],
[
50,
50
],
[
50,
0
],
[
0,
0
]
]
]
},
"bbox": [
12.9721,
77.5933,
12.9721,
77.5933
],
"properties": {
"name": "text",
"is_active": true,
"metadata": null,
"computed_attributes": null
}
}
{
"type": "Feature",
"id": 1,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
0,
50
],
[
50,
50
],
[
50,
0
],
[
0,
0
]
]
]
},
"bbox": [
12.9721,
77.5933,
12.9721,
77.5933
],
"properties": {
"hectares": "text",
"image_url": "text",
"wms_url": "text",
"center": "text",
"parcelresolution_set": [
{
"resolution": 1,
"last_image_date": "2025-04-27"
}
],
"key": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"is_active": true,
"metadata": null,
"computed_attributes": null
}
}
[12.9721,77.5933,12.9721,77.5933]
PATCH /api/parcels/{id}/ HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 230
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
0,
50
],
[
50,
50
],
[
50,
0
],
[
0,
0
]
]
]
},
"bbox": [
12.9721,
77.5933,
12.9721,
77.5933
],
"properties": {
"name": "text",
"is_active": true,
"metadata": null,
"computed_attributes": null
}
}
{
"type": "Feature",
"id": 1,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
0,
50
],
[
50,
50
],
[
50,
0
],
[
0,
0
]
]
]
},
"bbox": [
12.9721,
77.5933,
12.9721,
77.5933
],
"properties": {
"hectares": "text",
"image_url": "text",
"wms_url": "text",
"center": "text",
"parcelresolution_set": [
{
"resolution": 1,
"last_image_date": "2025-04-27"
}
],
"key": "123e4567-e89b-12d3-a456-426614174000",
"name": "text",
"is_active": true,
"metadata": null,
"computed_attributes": null
}
}