QueryTrusteeDomainList
Search for domain names that use an active trustee service.
Possible Gateways
The command QueryTrusteeDomainList is available via the following gateways:
Required Parameters
The following parameters are standard parameters for this command.
Command
COMMAND = QueryTrusteeDomainList
Response
code = (INT)
description = (TEXT)
property[DOMAIN][n] = (TEXT)
property[TRUSTEE_RENEWAL_DATE][n] = (DATE)
property[TRUSTEE_TYPE][n] = (DATE)
property[OWNER_ORGANIZATION][n] = (TEXT)
property[OWNER_NAME][n] = (TEXT)
property[OWNER_ADDRESS1][n] = (TEXT)
property[OWNER_ADDRESS2][n] = (TEXT)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
Attributes
DOMAIN | The domain name. |
TRUSTEE_RENEWAL_DATE | Renewal date of the trustee service. |
TRUSTEE_TYPE | The trustee type assigned to the domain name. |
OWNER_ORGANIZATION | Organization of the domain owner contact. |
OWNER_NAME | Name of the domain owner contact. |
OWNER_ADDRESS1 | Address of the domain owner contact. |
OWNER_ADDRESS2 | Address of the domain owner contact. |
COUNT | Total number of contacts shown |
FIRST | Pointer to the first shown ID |
LAST | Pointer to the last shown ID |
LIMIT | The limit given in the command |
TOTAL | Total number of existing contacts |
Optional
The following parameters are optional for this command.
Command
COMMAND = QueryTrusteeDomainList
DOMAIN = (PATTERN)
TRUSTEETYPE = (PATTERN)
ORDER = ASC|DESC
ORDERBY = DOMAIN|RENEWALDATE|TRUSTEETYPE
GENERATELIST = 0|1
SENDLISTEMAIL = (EMAILS)
FIRST = (INT)
LIMIT = (INT)
WIDE = 0|1
Response
code = (INT)
description = (TEXT)
property[DOMAIN][n] = (TEXT)
property[TRUSTEE_RENEWAL_DATE][n] = (DATE)
property[TRUSTEE_TYPE][n] = (DATE)
property[OWNER_ORGANIZATION][n] = (TEXT)
property[OWNER_NAME][n] = (TEXT)
property[OWNER_ADDRESS1][n] = (TEXT)
property[OWNER_ADDRESS2][n] = (TEXT)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
Attributes
DOMAIN | Searchpattern for domain names in the list. (optional) |
TRUSTEETYPE | Searchpattern for the trustee service type. (optional) |
ORDER | ASC|DESC (optional) |
ORDERBY | Sort the result by this column (optional) |
GENERATELIST | Show result on screen|Generate a CSV File and upload to ftp (optional) |
SENDLISTEMAIL | Email address where the CSV will be sent to (optional) |
FIRST | Start the output of results from this item (optional) |
LIMIT | Show only this many items in the response (optional) |
WIDE | 0|1 (optional) |