Function /seller/negotiation/past/list
Function invocation
https://json.aftermarket.pl/seller/negotiation/past/list
Function description
Sellers's inactive negotiations list.
Input parameters
This function takes the following input parameters:
Parameter | Type | Required | Default value | Description |
---|---|---|---|---|
name | string | "" | String to be searched in domain names | |
status | string | "" | Offer status (one of accept, buynow, reject, expire, paid, unpaid, withdraw, close, notransfer) | |
seller | integer | 0 | Last event was initiated by the seller (0 - all, 1 - only by the seller, 2 - only by the buyer) | |
success | integer | 0 | Negotiation successfully completed (0 - all, 1 - successfully completed, 2 - unsuccessful) | |
hidden | integer | 0 | Hidden on seller's list (0 - all, 1 - hidden, 2 - visible) | |
order | string | "last-" | List sorting (can be sorted by name, expires, price, last) | |
size | integer | 5000 | Paging: number of list elements | |
start | integer | 0 | Paging: starting list element |
Return value
Sellers's inactive negotiations list (list of structures with the following fields):
Field name | Type | Description |
---|---|---|
id | integer | Negotiation id |
name | string | Domain name (in Punycode) |
nameIDN | string | Domain name (internationalized) |
status | string | Negotiation status (one of accept, buynow, reject, expire, paid, unpaid, withdraw, close, notransfer) |
seller | boolean | Last event was initiated by the seller |
price | float | Actual auction price |
currency | string | Bid currency |
expires | integer | Offer expiration time as Unix timestamp |
external | string | External domain names |
message | string | Buyer message |
note | string | Negotiation note |
memberId | string | Buyer identifier |
success | boolean | Negotiation successfully completed |
hidden | boolean | Hidden on seller's list |