Get Raffle item data of given userId

This API will get item details of the given user ID of Raffle. Users need to pass user ID as a path parameter to retrieve item details of the given user. This API will return item details like buyer details, purchased ticket amount, notes, and many more. 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
raffleSubmitDatasContains a List of Raffle item data of the given item code.

distributed: Shows if the item is distributed.
email: Email address of purchaser
firstName: First name of purchaser
lastName: Last name of purchaser
notes:
paymentType:
phone: Phone number of purchaser
purchasedRaffleTicketId: Number of purchased ticket by user
submittedTicketId: Number of submitted Ticket by user
ticketPrice: Price of the ticket
ticketPurchasedDate: Date when ticket was purchased.
tickets: Number of purchased tickets.
userId: ID of the user who has purchased ticket
winner: Shows if the ticket is a winner.
Language
Authorization
Header
Click Try It! to start a request and see the response here!