v1
latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KBframes
Get the latest proximity clusters for a given sensorId and time range.
get/frames/proximity-detection
Query parameters
sensorIdstring required
fromTimestampstring date-time required
toTimestampstring date-time required
Response
Successful Operation.
Example response
{
"id": "1",
"clusters": [
{
"points": [
{
"x": 1.1,
"y": 0.5
}
]
}
]
}