These docs are for v1.0. Click to read the latest docs for v3.0.

get aggregations of annotations based on a sliding window

Path Params
string
required

Id of the timeseries package to aggregate annotations for

Query Params
layerIds
array of int32s
required

Ids of the layers the annotations belong to. Multiparameter - specify as layerIds=1&layerIds=2...

layerIds*
string
required

Aggregation function to run over the values of the annotations

int64
required

The starting time of the range to query over in microseconds (inclusive)

int64
required

The ending time of the the range to query over in microseconds (exclusive)

int64
required

The length of time to group the counts of annotations by in microseconds

channelIds
array of strings

list of channel ids If absent, use all channels. Multiparameter - specify as channelIds=abc&channelIds=def...

channelIds
boolean

merge consecutive result periods together to reduce the size of the result payload

boolean

Returned timestamps will be relative to the minimum package time

Response

Language
Credentials
Query
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*