Function /domain/past/list
Function invocation
https://json.aftermarket.pl/domain/past/list
Function description
Returns the list of domains that were on user account.
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 | |
| name | string | "" | Domain name or partial name to search | |
| order | string | "name" | List sorting (can be sorted by name, created, expired, contactId, status) | |
| status | string | "all" | Filter domains by status (all, sold, transferred, expired) |
Return value
List of domains that were on user account (list of structures with the following fields):
| Field name | Type | Description |
|---|---|---|
| name | string | Domain name (in Punycode) |
| nameIDN | string | Domain name (internationalized) |
| created | integer | Domain creation time |
| expired | integer | Domain deletion time from account |
| contactId | integer | Domain data profile identifier |
| status | string | Domain status (one of expired, transferred, sold) |
| ns1 | string | Domain name server 1 |
| ns2 | string | Domain name server 2 |
| ns3 | string | Domain name server 3 |
| ns4 | string | Domain name server 4 |