Function /auction/bid/list
Function invocation
https://json.aftermarket.pl/auction/bid/list
Function description
Returns the list of bids in auction.
Input parameters
This function takes the following input parameters:
Parameter | Type | Required | Default value | Description |
---|---|---|---|---|
auctionId | integer | YES | Auction identifier | |
size | integer | 5000 | Paging: number of list elements | |
start | integer | 0 | Paging: starting list element |
Return value
List of bids in auction (list of structures with the following fields):
Field name | Type | Description |
---|---|---|
auctionId | integer | Auction identifier |
string | Bidder's nick (deprecated and unused, this value is now given in 'bidderId' field) | |
bidId | integer | Bid identifier |
price | float | Bid price |
currency | string | Bid currency |
time | integer | Time as Unix timestamp, when bid was placed |
bidderRating | integer | Bidder's rating |
string | Bidder identifier (deprecated, this value is now given in 'bidderId' field) | |
bidderId | string | Bidder identifier |
buyType | string | Selling document selected by the buyer (vat - invoice from Aftermaket.pl, novat - invoice without vat from seller company, person - without document) |