Get all raffle items with graph details

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.

AttributesDescription
items itemId- represents a unique identifier of an item.
itemName- represents a name of an item.
itemCode- represents a unique code of an item.
totalTickets- represents the total number of tickets.
winnerName- represents the name of the winner.
rank- rank of the item to display.
isItemDistributed- represents if the item is distributed or not.
isModuleShow- represents if the module needs to be shown or not.
winnerAddress- represents the winner's address.
winnerUserId- represents the winner's user's unique identifier.
paid- represents whether the Item is paid or not.
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.
graphDetailIt contains information like date and amount details.
Language
Authorization
Header
Click Try It! to start a request and see the response here!