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
Key | Datatype | Required | Description |
---|---|---|---|
event | string | Name 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) | |
limit | string | Maximum number of records to return. (100 by default) | |
skip | string | Number of records to skip. (0 by default) | |
start-date | string | The date to receive the stats starting from. Should have ISO8601 format (YYYY-MM-DD). |