Get All auction Item List

This API will get all item details from the auction of an event. 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 path param.

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

AttributesDescription
auctionItemsIt contains a list of auction item information.

bid: id of the highest bid.
bidder: bidder name of the highest bid.
itemCode: code of the item, which is unique per auction.
itemDistributedToAllWinner: items have been distributed to all winners.
itemName: Name of the item
moduleHidden: the auction module is hidden.
paid: the auction bid amount is paid.
rank: rank of the item to display.
Language
Authorization
Header
Click Try It! to start a request and see the response here!