Get scroll data of the auction

This API will help to get all the item details and bid details of the auction of a given event URL. We need to pass an event URL to get all the item details of the auction.

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

AttributesDescription
currencySymbolCurrency symbol
isModuleEndedAuction module is enabled or not?
displayTexttext for SMS displayed on the event landing page
totalFundRaisedthe total amount submitted by bidders. the value will be 0 when hideItemTotals is true
moduleEndDateEnd date of the auction module. After the end date reaches, the bidder can't submit bids.
showItemTotalsDisplay total items on the event landing page?
showTotalFundRaisedDisplay total fund raised total on the event landing page.
itemsIt contains List and FundANeedScrollViewItemDetail contains the List of below field in form of JSON

[{
itemCode: Code of the item
itemName: Name of the item
winningBid: current bid amount for item
highestBidderName: name of highest bidder for this item
}]
Language
Authorization
Header
Click Try It! to start a request and see the response here!