metrics
Get Average Speed
get/metrics/average-speed
Query parameters
fromTimestampstring date-time required
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.
stationaryObjectMaxTimeIntervalThresholdInSecinteger
stationaryObjectMinDistanceThresholdInMetersinteger
shortLivedBehaviorMinTimeIntervalInSecinteger
Response
Successful Operation.
Example response
{
"metrics": [
{
"averageSpeed": "10"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.