v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13132276.2 KB
users

Aggregates data of a certain type or stream into buckets divided by a given type of boundary. Multiple data sets of multiple types and from multiple sources can be aggregated into exactly one bucket type per request.

post/{userId}/dataset:aggregate

Path parameters

userIdstring required

Aggregate data for the person identified. Use me to indicate the authenticated user. Only me is supported at this time.

Request body

startTimeMillisstring int64

The start of a window of time. Data that intersects with this time window will be aggregated. The time is in milliseconds since epoch, inclusive.

endTimeMillisstring int64

The end of a window of time. Data that intersects with this time window will be aggregated. The time is in milliseconds since epoch, inclusive. The maximum allowed difference between start_time_millis // and end_time_millis is 7776000000 (roughly 90 days).

filteredDataQualityStandardstring[]

DO NOT POPULATE THIS FIELD. It is ignored.

Response

Successful response

All 13 operations