Numerically Sum

Sums an expression for events per unit time. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.

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

Required if using service account to authenticate request.

integer

The id of the workspace if applicable.

string
required

The event that you wish to get data for. Note: this is a single event name, not an array.

string
required

The date in yyyy-mm-dd format to begin querying from. This date is inclusive.

string
required

The date in yyyy-mm-dd format to query to. This date is inclusive.

string
required

The expression to sum per unit time. The result of the expression should be a numeric value. If the expression is not numeric, a value of 0.0 is assumed. See the expressions section below.

string
enum

This can be "hour" or "day". This determines the buckets into which the property values that you segment on are placed. The default value is "day".

Allowed:
string

An expression to filter events by. See the expression to segment below.

Response

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