Events
Purpose
This API provides the event count for the given date range
Request URL
https://apptics.zoho.com/cx/api/v1/event/multigroup
URL params
Parameter | Type | Data type | Allowed values | Description |
startdate | definite | string | Date | dd-MM-yyyy |
enddate | definite | string | Date | dd-MM-yyyy |
responseformat | definite | List<string> | cvsjson,nestedjson | |
group | definite | string | Date, platform, bundle, country, appversion, devicetype, event | min-1,max-3 |
platform | non-definite | string | iOS, Android, Windows, macOS, tvOS | max-1 |
groupname | non-definite | string | Event group name | |
eventname | non-definite | string | Event name | |
limit | non-definite | integer | number | |
offset | non-definite | integer | number |
Request headers
Name | Value | Reference |
zak | api_key | config.pList file in Apptics console |
Authentication | Zoho-OAuthtoken <id> | Refer OAuth 2.0 guide |
Sample response: group - date,platform
Copied
Show full
Show less
Sample response: group - appversion
Copied
Sample response: group - country, date
Copied
Show full
Show less