v1
latestOpenAPI 3.0.3Apache 2.02026-07-175678720.5 KBmetrics
Get Last Processed Timestamp
get/metrics/last-processed-timestamp
Query parameters
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.
Response
Successful Operation.
Example response
{
"latestTimestamp": {
"place": "place1"
},
"details": [
{
"place": "place1",
"sensorId": "1",
"timestamp": "2022-08-25T00:00:00.000Z"
}
]
}