Stats

GET {{baseUrl}}/stats/?event=<>&limit=<>&skip=<>&start-date=<>

Returns a list of event stat items. Each record represents counts for one event per one day.

Request Params

KeyDatatypeRequiredDescription
eventstringName of the event to receive the stats for. Note that you can specify this parameter multiple times to fetch stats for several events at the same time (see example below)
limitstringMaximum number of records to return. (100 by default)
skipstringNumber of records to skip. (0 by default)
start-datestringThe date to receive the stats starting from. Should have ISO8601 format (YYYY-MM-DD).