Retrieve latest data point
GET/v1/groups/:groupId/nodes/:nodeId/timeseries/latest
Retrieves the single most recent data point for a parameter.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The latest data point. If the request is made with no query
parameters at all, a self-describing usage document
(TimeseriesServiceInfoResponse) is returned instead.
Bad request
Unauthorized - Invalid or missing authentication
Forbidden - User does not have permission to access the resource
Internal server error