Get list of ticketing buyer data with amounts

This API will get ticket buyer data with the gross and net amount of recent events to display on the dashboard. By default ticket data type details will be fetched and can be changed to display ADDON type details. This API support pagination, allowing you to pass details of page index and row count to get specific data, and you can pass values in the search parameter to find specific values.

Path Parameters
eventUrl

Body Parameters
Not Required

Response
Details / Check response object

Authentication required - ✅

Role wise accessibility 

Super Admin - ✅
Admin - ✅
Staff - ❌
Attendee - ❌
Exhibitor - ❌
Speaker - ❌

Modules
Display - ❌
Portal - ❌
Host - ✅

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

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

AttributeDescription
buyerDataIt contains an array of buyer details.
  • *orderAmount**: It represents the amount of an order.
  • *orderDate**: It represents the date of order.
  • *orderNo**: It represents a unique number of orders.
  • *paymentMode**: It represents a mode of payment that can be CASH or CC.
  • *quantity**: It represents ticket quantity.
  • *refundedAmount:** It represents the amount already refunded from the order.
  • *ticketBuyerName:** It represents the full name of a buyer.
grossAmountIt represents the count of total tickets.
netAmountIt represents the name of the ticket.
recordsFilteredIt represents the price of the ticket.
recordsTotalIt represents the status of the ticket. like ACTIVE or not.
Query Params
string
enum
Defaults to TICKET
Allowed:
int64
Defaults to 0

Unique identifier of an event.

int32
Defaults to 0

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

int32
Defaults to 10

number of records per page.

string

Pass text to search value.

string

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Responses

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