Get All Raffle Item List

This API will get all the Raffle items of the event. 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.

Here is the description of response attributes, which returns to the form of JSON.

AttributesDescription
RaffleItemIt contains a List of Raffle item information

itemCode: Code of the item, which is unique.
itemDistributed: Will show if the item is already distributed.
itemId: Id of the item. This is a unique ID for each of the items.
itemName: Name of the item
moduleShow: Is the module going to show on the site
paid: Shows if item is paid for, on not.
totalTickets: total tickets available to sell
winnerAddress: this contains details of winner like address, city, state, zip code, and country.
winnerName: Name of the winner
winnerUserId: User id of the winner
Language
Authentication
Header
Click Try It! to start a request and see the response here!