Retrieves the latest data point in one or more time series. Note that the latest data point in a time series is the one with the highest timestamp, which is not necessarily the one that was ingested most recently.
The list of the queries to perform.
A list of responses. Each response contains a list with the most recent data point or an empty list if no data points are found.
IDs not found.
{- "items": [
- {
- "id": 1,
- "before": "now",
- "targetUnit": "temperature:deg_f",
- "targetUnitSystem": "imperial",
- "includeStatus": false,
- "ignoreBadDataPoints": true,
- "treatUncertainAsBad": true
}
], - "ignoreUnknownIds": false
}
{- "items": [
- {
- "id": 1,
- "externalId": "string",
- "instanceId": {
- "space": "string",
- "externalId": "string"
}, - "isString": true,
- "isStep": true,
- "unit": "string",
- "unitExternalId": "string",
- "nextCursor": "string",
- "datapoints": [
- {
- "timestamp": 1638795554528,
- "value": 0,
- "status": {
- "code": 0,
- "symbol": "string"
}
}
]
}
]
}