Skip to content

QueryDomainListByContact

Search all domains using a specific contact handle managed in your account

Possible Gateways

The following parameters are standard parameters for this command.

Command
COMMAND = QueryDomainListByContact
CONTACT = (CONTACT)
Response
code = (INT)
description = (TEXT)
property[DOMAIN][n] = (DOMAIN)
property[TYPE][n] = ADMIN|OWNER|TECH|BILLING
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
CONTACTThe contact to be searched for
DOMAINDomain using the given contact handle
TYPEType the contact is used for
COUNTTotal number of domains with this contact shown
FIRSTPointer to the first shown ID
LASTPointer to the last shown ID
LIMITThe limit given in the command
TOTALTotal number of domains using this contact

The following parameters are optional for this command.

Command
COMMAND = QueryDomainListByContact
CONTACT = (CONTACT)
GENERATELIST = 0|1
SENDLISTEMAIL = (EMAILS)
FIRST = (INT)
LIMIT = (INT)
ORDER = ASC|DESC
ORDERBY = DOMAIN|TYPE
Response
code = (INT)
description = (TEXT)
property[DOMAIN][n] = (DOMAIN)
property[TYPE][n] = ADMIN|OWNER|TECH|BILLING
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
CONTACTThe contact to be searched for
GENERATELISTShow result on screen|Generate a CSV File and upload to ftp (optional)
SENDLISTEMAILEmail address where the CSV will be sent to (optional)
FIRSTStart the output of results from this item (optional)
LIMITShow only this many items in the response (optional)
ORDEROptional
ORDERBYOrder the results for the corresponding column. Default is DOMAIN. (optional)