get https://api.accelevents.com/rest/host/event//performance/ticketing/buyer
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 - ✅
Here is the description of response attributes, which returns in the form of a JSON.
Attribute | Description |
---|---|
buyerData | It 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. |
grossAmount | It represents the count of total tickets. |
netAmount | It represents the name of the ticket. |
recordsFiltered | It represents the price of the ticket. |
recordsTotal | It represents the status of the ticket. like ACTIVE or not. |