Function /seller/negotiation/list
Function invocation
https://json.aftermarket.pl/seller/negotiation/list
Function description
Sellers's active negotiation 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 offer, pending) | |
| seller | integer | 0 | Last event was initiated by the seller (0 - all, 1 - only by the seller, 2 - only by the buyer) | |
| order | string | "expires" | List sorting (can be sorted by name, expires, price) | |
| size | integer | 5000 | Paging: number of list elements | |
| start | integer | 0 | Paging: starting list element |
Return value
Sellers's active negotiation 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 offer, pending) |
| 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 |