body:
{
"timestamp": "Timestamp",
"co_value": "Int",
"longitude": "Double",
"latitude": "Double"
}
response:
String (success)
no-args
response:
[
{
"id": "Long",
"longitude": "Double",
"latitude": "Double",
"co_value": "Int",
"timestamp": "Timestamp"
}
]
body:
{
"minLat": "Double",
"minLon": "Double",
"maxLat": "Double",
"maxLon": "Double"
}
response:
[
{
"id": "Long",
"longitude": "Double",
"latitude": "Double",
"co_value": "Int",
"timestamp": "Timestamp"
}
]