Function /seller/auction/invited/list
Function invocation
https://json.aftermarket.pl/seller/auction/invited/list
Function description
Returns the list of invited bidders for a private 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
The list of bidders (list of structures with the following fields):
Field name | Type | Description |
---|---|---|
auctionId | integer | Auction identifier |
memberId | string | Bidder identifer |
string | Bidder email (deprecated and unused) | |
rating | integer | Domain transfer method |
time | integer | Invitation time as a Unix timestamp |