Optional
aggregationFor which aggregation it should filter, see [[aggregationType]]
From which date the series should be gathered
To which date the series should be gathered
Optional
revertIf you are using a range query (that is, at least one of the dateFrom or dateTo parameters is included in the request), then setting revert=true will sort the results by the newest measurements first. By default, the results are sorted by the oldest measurements first.
Note: it will not sort a measurements by a date, but by the order of the measurements in the response.
Optional
seriesThe series type and name
Example
const series: string[] = ['c8y_AccelerationMeasurement.acceleration', '...'];
The ManagedObject which is the source of these series
This interface specifies all fragments which can be used to filter for specific series.