Get all winning items by winner of Raffle

This API is used to retrieve Raffle winner details and winner's winning item details. This API can be accessed by event admin and super admin. We need to pass an authentication token to authorize the user and pass winner id as path param.

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

AttributesDescription
listRaffleItemDataContains a list of raffle winner item data information

itemName: Name of the item.
itemCode: Code of the item.
tickets: Total tickets submitted by user.
distributed: Shows if item is distributed.
firstName: First name of the user.
lastName: Last name of the user.
Language
Authorization
Header
Click Try It! to start a request and see the response here!