Function /seller/blacklist/list
Function invocation
https://json.aftermarket.pl/seller/blacklist/list
Function description
Returns the list of blocked bidders.
Input parameters
This function takes the following input parameters:
| Parameter | Type | Required | Default value | Description |
|---|---|---|---|---|
| size | integer | 5000 | Paging: number of list elements | |
| start | integer | 0 | Paging: starting list element | |
| string | "" | Seller hash, email or auctionId (deprecated and unused) |
Return value
The list of bidders (list of structures with the following fields):
| Field name | Type | Description |
|---|---|---|
| integer | Auction identifier (deprecated and unused) | |
| memberId | string | Bidder identifer |
| string | Bidder email (deprecated and unused) | |
| rating | integer | Bidder rating |
| time | integer | Time of addition to blacklist, time as a Unix timestamp |
| note | string | Note |