get https://api.accelevents.com/rest/host/event//homeHostEventTicketDetail
This API is used to get the event ticket details associated with the specified event.
This API used on the host side, meaning that event admins and super admin can access it. It will return data like Start date, End date, Number Of Sold Tickets, and Collected Amount.
To call this API, users have to pass an authentication key to authenticate the user.
Here is the description of response attributes, which returns in the form of JSON.
Attribute | Description |
---|---|
startDate | Returns the event start date |
endDate | Returns the event end date. |
collectedAmout | Returns the collected amount (of money) for ticketing. |
numberOfTicketSold | Returns the number of tickets sold. |
active | Returns whether the ticketing module is activated or not. |
totalTickets | Returns the total number of tickets. |
totalFreeTickets | Returns the total number of free tickets. |
totalPaidTickets | Returns the total number of paid tickets. |
totalFreeTicketsSold | Returns the total number of free tickets sold. |
totalPaidTicketsSold | Returns the total number of paid tickets sold. |
totalDonationTicketsSold | Returns the total number of donation tickets sold. |