Get winner item details in auction

This API will retrieve the auction winners and their winning item details. 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.

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

AttributesDescription
listWinnerAuctionBidDataIt contains a List of auction winner bid data information

bidAmount: The bid amount paid by the winner.
bidId: The id of the bid.
bidderEmail: Email id of the winner.
bidderFirstName: First name of the winner.
bidderLastName: Last name of the winner.
bidderPhone: Phone number of the winner.
currency: Currency selected in event.
deleteEnabled: The delete bid link has been enabled.
displayBuyItNowPrice: Display the item buy it now price.
distributed: The auction bid payment type is distributed.
itemCode: Code of the item.
itemShortName: Short name of the item.
markAsPaidEnabled: The mark as paid link is enabled.
markAsUnPaidEnabled: The mark as unpaid link enabled.
note: Item distribution note.
notes: Item note.
paid: The auction bid payment type is paid.
refundEnabled: The refund bid link is enabled.
requestConfirmationEnabled: The request confirmation link is enabled.
requestNameEnabled: The request name link is enabled.
requestPaymentEnabled: The request payment link is enabled.
Language
Authorization
Header
Click Try It! to start a request and see the response here!