v1

latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KB
frames

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.

idstring nullable required
timestampstring date-time nullable required

Example response

{
  "id": "1",
  "clusters": [
    {
      "points": [
        {
          "x": 1.1,
          "y": 0.5
        }
      ]
    }
  ]
}