v1

latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KB
metrics

Get Flowrate

get/metrics/flowrate

Query parameters

toTimestampstring date-time required
placestring

This parameter is incompatible with sensorId. Only one of them can exist in the query.

sensorIdstring

This parameter is incompatible with place. Only one of them can exist in the query.

timeWindowSizeInSecinteger
flowrateUnit'/sec' | '/min' | '/hr'
shortLivedBehaviorMinTimeIntervalInSecinteger
stationaryObjectMinDistanceThresholdInMetersinteger
stationaryObjectMaxTimeIntervalThresholdInSecinteger

Response

Successful Operation.

Example response

{
  "metrics": [
    {
      "flowrate": "10"
    }
  ]
}