Get all raffle item list and other related details

This API will get all the items of a raffle of the event. This endpoint can be accessed by users with event admin access or greater. Users will need to pass an authentication token to authorize the user.

Path Parameters
eventUrl - It contains event url

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 if the Item is paid or not.
totalTicketPurchased Represents the count of total tickets purchased.
totalItems Represents the count of total items.
totalItemWithSubmittedTickets Represents the count of total submitted item tickets.
allItemsDistributed Represents whether all items are distributed or not.
Language
Authorization
Header
Click Try It! to start a request and see the response here!