Retrieve raw timeseries data
GET/v1/groups/:groupId/nodes/:nodeId/timeseries/raw
Retrieves raw data points for a specific parameter within a time range.
Request
Responses
- 200
- 400
- 401
- 403
- 500
List of raw data points. 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