metrics
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"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.