Aggregate KPI objects
Calculates aggregations over KPI objects within a time range.
Authorizations
InOrbit appKey authenticates API requests using a token.
You can obtain your appKey in the Authentication docs.
Body
KPI object type (e.g., mission, incident)
Start timestamp in milliseconds
End timestamp in milliseconds
Maximum number of records to return
1 <= x <= 1000Number of records to skip
x >= 0List of aggregations
Interval for time aggregations
Optional filters to apply on fields
Fields to group results by. To group by tags in a given collection with COLLECTION_ID use "robotData.collection.${COLLECTION_ID}"
Fields to group results by for the second aggregation. Only valid when secondAggregation is specified.