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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Query Params
int32
Defaults to 0

Pages are zero indexed, thus providing 0 for page will return the first page.

int32
Defaults to 10

Size will returns number of records when call api default will returns 10 records

boolean
Defaults to false
string

Get filter ticketing orders according to search value passing in request.

string
string
date

It contains event start date

date

It contains event last date

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain