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 TypeData typeAllowed valuesDescription
startdate*definiteStringDatedd-MM-yyyy
enddate*definiteStringDatedd-MM-yyyy
timezonenon-definiteStringTimezoneAmerica/Los-angeles
platformnon-definite StringiOS, Android, Windows, macOS, tvOS,watchOS 
mode*non-definiteInteger0,10-development, 1-production
limitnon-definiteIntegernumberdefault 500
offsetnon-definiteIntegernumberStart index for the list of values 
bundlenon-definiteStringStringBundle name

Note: For bundle param, platform param is mandatory.

Request Headers

zak - <API_KEY>

Authorization - Zoho-oauthtoken xyz


Limitations

  1. Difference between startdate and endate cannot be more than 60 days.
  2. Max of 500 events values can be fetched, if there are more than 500 events, you should use offset.

Sample response

Copied{

   "result": {

       "Store_Review_Shown(AppStore)": 44,

       "Ratings_Given(AppStore)": 129,

       "FindAndReplace_Opened(FindAndReplace)": 89,

       "BITMAP_LOADING_ORIENTATION_DETECTION_START(OCR_EVENT_GROUP)": 108,

       "Document_opened_from_doc_listing(DocListing)": 240

   },

   "status": 200

}