Skip to main content

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

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.