Retrieve aggregated data
GET/v1/groups/:groupId/nodes/:nodeId/timeseries/aggregates
Retrieves statistical aggregates (min, max, avg, sum) for a parameter. Supports query by specific date or date range. Range queries are paginated.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Aggregated statistics. Without date/start_date/end_date the
live rollup for the requested window is returned; with date a
single historical window is returned; with start_date/end_date
a paginated historical range is returned. 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