Get all events list

This API is used to get all event lists. This API can be accessed by super admin only.
We need to pass the authentication key to authenticate the super admin. We are also using pagination and searching functionality to retrieve records. It returns the event lists and recordsTotal, recordsFiltered.

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

AttributesDescription
billingTypeThis contains billing type statuses like Paid or Comp.
eventCreateDateThis contains the event creation date.
eventEndDateThis contains the events end date.
eventIdThis contains the Unique ID of the events.
eventNameThis contains the event name.
eventURLThis contains the event URL.
twilioNumberThis contains a Twilio Number. It is a combination of
countryCode and user phone number.
recordsTotalThis contains the total count of events.
recordsFilteredThis contains a filtered record count of events.
dataThis contains each events details.
Language
Authorization
Header
Click Try It! to start a request and see the response here!