Variable Aggregated Data

Retrieves aggregated statistics for a variable within a specified time range. Supports multiple aggregation functions.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Unique identifier of the variable

string
enum
required

Aggregation function to apply. Standard deviation lives under std, not stddev, and there is no variance function. This endpoint does not share a function set with POST /data/stats/aggregation/, and it fails silently: an unsupported name returns HTTP 200 with an empty object {} rather than an error.

int64
required

Start of time range as POSIX timestamp in milliseconds

int64
required

End of time range as POSIX timestamp in milliseconds

Query Params
string

Alternative authentication token (use instead of X-Auth-Token header)

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json