Events by active devices
Purpose
This API provides the active device count for events.
Request URL
https://apptics.zoho.com/cx/api/v1/event/devicecount
URL Params
Parameter | Type | Data type | Allowed values | Description |
startdate* | definite | String | Date | dd-MM-yyyy |
enddate* | definite | String | Date | dd-MM-yyyy |
timezone | non-definite | String | Timezone | America/Los-angeles |
platform | non-definite | String | iOS, Android, Windows, macOS, tvOS,watchOS | |
mode* | non-definite | Integer | 0,1 | 0-development, 1-production |
limit | non-definite | Integer | number | default 500 |
offset | non-definite | Integer | number | Start index for the list of values |
bundle | non-definite | String | String | Bundle name |
Request Headers
zak - <API_KEY>
Authorization - Zoho-oauthtoken xyz
Limitations
- Difference between startdate and endate cannot be more than 60 days.
- Max of 500 events values can be fetched, if there are more than 500 events, you should use offset.
Sample response
Copied