This API will get all raffle items of the event with graph details. This API can be accessed by event admin and super admin. We need to pass an authentication token to get all the items of the raffle.
Path Parameters Not Required
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 to the form of JSON.
Attributes | Description |
---|---|
items | itemId- represents a unique identifier of an item. |
totalTicketPurchased | Represents the count of total tickets purchased. |
totalTicketBuyers | Represents the count of total ticket buyers. |
totalItems | Represents the count of total items. |
totalSales | Represents the count of total sales. |
totalItemWithSubmittedTickets | Represents the count of total item tickets submitted. |
allItemsDistributed | Represents if all items are distributed or not. |
graphDetail | It contains information like date and amount details. |