Get all event analytics

This API is used to get a list of all event analytics. This API can be accessed by a super admin. We need to pass the authentication key to authenticate the super admin and need to pass page, size, pastEvent, search[value], sort[field], sort[direction], fromDate, toDate as query parameter.
We are also using pagination and searching functionality to get records.

Here is the description of response attributes, which returns to the form of a JSON array.

AttributeDescription
countryCodeThis returns the country code of the user.
phonenumberThis returns the phone number of the user.
emailThis contains the email of the user. A valid email example is [email protected]
firstNameThis contains the first name of the user.
lastNameThis contains the last name of the user.
marketingOptInUsers want to receive email updates.
userProfilePhotoThis contains the user profile photo address.
userIdThis contains a user id that is unique.
languageCodeThis contains user language code.
Language
Authentication
Header
Click Try It! to start a request and see the response here!