Get auction all winners data

This API will retrieve auction winner 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 and event URL in the path param.

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

AttributesDescription
winnerDtosIt contains a List of auction winner information

allItemsDistributed: All items have been distributed.
allItemsPaid: All items are paid.
cityOrProvidence: The winner's city.
country: The winner's country.
state: The winner's state.
totalItemsWon: Number of items won by the winner.
totalPaidAmount: Total amount paid by the winner.
winnerAddress1: Primary address of the winner.
winnerAddress2: Address 2 of the winner.
winnerEmail: Email id of the winner.
winnerId: The winner id, a unique identifier.
winnerName: Name of the winner.
winnerPhoneNumber: Phone number of the winner.
Language
Authorization
Header
Click Try It! to start a request and see the response here!