Retrieve detailed information about a specific geofence.
{
"status": "success",
"data": {
"geofence_id": "residential_001",
"name": "Tech Park Alpha",
"type": "residential",
"boundary": {
"type": "Polygon",
"coordinates": [[[77.205,28.615],[77.215,28.615],[77.215,28.625],[77.205,28.625],[77.205,28.615]]]
},
"metadata": {
"gates": [
{"name": "north_gate", "coordinates": [77.205,28.618]},
{"name": "south_gate", "coordinates": [77.215,28.622]}
],
"buildings": ["Tower A", "Tower B"],
"area_sq_m": 25000
},
"created_at": "2023-10-15T10:30:00Z",
"updated_at": "2023-11-20T14:45:00Z"
}
}