Aggregations
Generate aggregations for an Entity
Returns a page of raw data Aggregations, statistically averaged over a specified resolution and time period, with optional filtering
GET
Authorizations
Access Token Authentication
Path Parameters
The id of the Entity
Query Parameters
The start of the overall time frame
The granularity or level of detail at which data points are combined or summarized. It determines the size of the time intervals over which data is aggregated.
Provided as a time interval.
Valid examples: '15 minutes', '30 minutes', '1 hour(s)', '2 day(s)', '2 weeks', '5 years'
Invalid examples: '1 month 3 days', '2 month 3 weeks'
Intervals are aligned
- to midnight on January 3, 2000, for intervals that don't include a month or year
- to midnight on January 1, 2000, for month, year intervals
The end of the overall time frame
The number of Aggregations per page
The token used to retrieve the next page
Was this page helpful?