Function /buyer/catch/waiting/list
Function invocation
https://json.aftermarket.pl/buyer/catch/waiting/list
Function description
Returns list of all not expiring domains which user wants to catch.
Input parameters
This function takes the following input parameters:
Parameter | Type | Required | Default value | Description |
---|---|---|---|---|
name | string | "" | String to be searched in domain names | |
order | string | "name" | List sorting (can be sorted by name, time) | |
size | integer | 5000 | Paging: number of list elements | |
start | integer | 0 | Paging: starting list element |
Return value
List of all not expiring domains which user wants to catch (list of structures with the following fields):
Field name | Type | Description |
---|---|---|
string | Domain name (in Punycode) (deprecated, value is given in 'name' field) | |
name | string | Domain name (in Punycode) |
string | Domain name (internationalized) (deprecated, value is given in 'name' field) | |
nameIDN | string | Domain name (internationalized) |
note | string | Domain to catch user note |
time | integer | Domain addition time as Unix timestamp |
integer | Catch priority (deprecated and unused) | |
integer | ToCatch Domain identifier (deprecated and unused) |