Get All Raffle Item List

This API will help to get all the items of a raffle 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 as a path param. We are also using searching functionality to filter the items based on search criteria. Search text can be applied to item code, item name, and item description.

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

AttributesDescription
RaffleAllItemDtoContains a List of Raffle item information

Id: Shows the item’s unique ID
CD: Shows the item’s code
NM: Shows the item’s name
PN: Shows the item’s position
DS: Shows if item's description is present or not
II: Show if the item's image is present or not
IA: Shows if the item is hidden or not.
totalItemsTotal Records of Raffle items
Language
Authorization
Header
Click Try It! to start a request and see the response here!