Events summary

Purpose

This API provides the summary for the events.

Request URL

https://apptics.zoho.com/cx/api/v1/event/summary

Request body (JSON)

Parameter  TypeData type Allowed valuesDescription
startdatedefiniteStringDatedd-MM-yyyy 
enddatedefiniteStringDatedd-MM-yyyy
platformnon-definiteStringiOS/Android/ Windows/tvOS/watchOS/macOS  
limitnon-definiteIntegernumberdefault 500
offsetnon-definite IntegernumberStart index for the list of values 
timezonenon-definiteStringAmerica/Los_Angeles | Europe/Amsterdam | Asia/Kolkata 

Request Headers

zak - <API_KEY>

Authorization - Zoho-oauthtoken xyz


Limitations

  1. If startdate and enddate is not givien by the user, it will show the past 7 days of data.
  2. Max of 500 events values can be fetched, if there are more than 500 events, you should use offset.

Sample response

Copied{

"data": {

       "result": {

           "tvOS": [

               {

                   "GROUP": "j_applifecycle",

                   "EVENTS NAME ": "ja_application_launched",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "texst5",

                   "EVENTS NAME ": "Testevent",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "vendorcredits",

                   "EVENTS NAME ": "approve",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "ICICI_Vendor_Payments",

                   "EVENTS NAME ": "show_otp_dialog",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "add_comment",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "vendorcredits",

                   "EVENTS NAME ": "mark_open",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "TEST_RATE_US_GROUP",

                   "EVENTS NAME ": "tt",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "TEST_RATE_US_GROUP",

                   "EVENTS NAME ": "NEW_TEST_EVENT_FOR_RATE_US",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "j_default",

                   "EVENTS NAME ": "TEST",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "DetailsFragment_rename",

                   "EVENTS NAME ": "test",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "j_applifecycle",

                   "EVENTS NAME ": "ja_did_become_active",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "print_pdf_from_buildin_option",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "DetailsFragment_rename",

                   "EVENTS NAME ": "get_contact_details_to_send_sms",

                   "EVENTS COUNT": 1

               }

           ],

           "iOS": [

               {

                   "GROUP": "vendorcredits",

                   "EVENTS NAME ": "approve",

                   "EVENTS COUNT": 2

               },

               {

                   "GROUP": "j_applifecycle",

                   "EVENTS NAME ": "ja_application_launched",

                   "EVENTS COUNT": 2

               },

               {

                   "GROUP": "vendorcredits",

                   "EVENTS NAME ": "mark_draft",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "download_pdf",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "create_payment",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "bill",

                   "EVENTS NAME ": "country_code_change",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "submitforapproval",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "SATHISH1234",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "create",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "TEST_RATE_US_GROUP",

                   "EVENTS NAME ": "NEW_TEST_EVENT_FOR_RATE_US",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "dfsfdsfdsfdsfdfdsfdsfsdfds",

                   "EVENTS COUNT": 1

               },

               {

                   "EVENTS NAME ": "DON",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "DetailsFragment_rename",

                   "EVENTS NAME ": "reject_transaction",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "mark_void",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "DetailsFragment_rename",

                   "EVENTS NAME ": "Renamedevents",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "j_applifecycle",

                   "EVENTS NAME ": "ja_did_become_active",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "save_payment",

                   "EVENTS COUNT": 1

               }

           ],

           "macOS": [

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "mark_draft",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "vendorcredits",

                   "EVENTS NAME ": "approve",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "j_default",

                   "EVENTS NAME ": "apptics_android_demo_event",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "export_pdf",

                   "EVENTS COUNT": 1

               }

           ],

           "Android": [

               {

                   "GROUP": "DetailsFragment_rename",

                   "EVENTS NAME ": "Renamedevents",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "bill",

                   "EVENTS NAME ": "country_code_change",

                   "EVENTS COUNT": 2

               },

               {

                   "GROUP": "ICICI_Vendor_Payments",

                   "EVENTS NAME ": "bill_payment",

                   "EVENTS COUNT": 2

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "export_pdf",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "ICICI_Vendor_Payments",

                   "EVENTS NAME ": "Success",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "IN_APP_UPDATE",

                   "EVENTS NAME ": "update_install_event",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "vendorcredits",

                   "EVENTS NAME ": "mark_draft",

                   "EVENTS COUNT": 2

               },

               {

                   "GROUP": "vendorcredits",

                   "EVENTS NAME ": "create",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "vendorcredits",

                   "EVENTS NAME ": "print_pdf",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "vendorcredits",

                   "EVENTS NAME ": "save_payment",

                   "EVENTS COUNT": 2

               },

               {

                   "GROUP": "Group_A",

                   "EVENTS NAME ": "Event_ZZ",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "DetailsFragment_rename",

                   "EVENTS NAME ": "get_contact_details_to_send_sms",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "ICICI_Vendor_Payments",

                   "EVENTS NAME ": "Failure",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "Bills",

                   "EVENTS NAME ": "print_pdf_from_buildin_option",

                   "EVENTS COUNT": 1

               },

               {

                   "GROUP": "pretestgroup",

                   "EVENTS NAME ": "Pre_Test_Event",

                   "EVENTS COUNT": 1

               }

           ]

       },

       "userParams": {

           "StartDate": "12-Mar-2022",

           "EndDate": "13-Mar-2022"

       }

   },

   "status": 200