Skip to content

QueryDomainHistoryList

This command lists you all domains that has been removed from your Account via explicit Deletion, autodelete/expire and Transfer outs. This can be filtered via the ‘reason’ variable listed in the optional section.

Possible Gateways

The following parameters are standard parameters for this command.

Command
COMMAND = QueryDomainHistoryList
Response
code = (INT)
description = (TEXT)
property[HISTORYID][n] = (INT)
property[DELETEDDATE][n] = (DATE)
property[DOMAIN][n] = (DOMAIN)
property[ZONE][n] = (TEXT)
property[REASON][n] = (TEXT)
property[STATUS][n] = (TEXT)
property[STATUS UNTIL][n] = (DATE)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
HISTORYIDThe unique history ID of the deleted domain name.
DELETEDDATEThe date when the domain was deleted.
DOMAINThe domain name.
REASONThe reason for the deletion of the domain name.
STATUSThe current status of the domain name (available, pendingDelete, redemptionGrace, pendingRestore)
COUNTTotal number of contacts shown
FIRSTPointer to the first shown ID
LASTPointer to the last shown ID
LIMITThe limit given in the command
TOTALTotal number of existing contacts
ZONEThe TLD of the domain name
STATUSThe current status of the domain name (_none_, pendingDelete, redemptionGrace)
STATUS UNTILThe date until the current status is set

The following parameters are optional for this command.

Command
COMMAND = QueryDomainHistoryList
MINDATE = (DATE)
MAXDATE = (DATE)
HISTORYID = (INT)
DOMAIN = (PATTERN)
ZONE = (PATTERN)
REASON = (PATTERN)
STATUS = REDEMPTIONPERIOD|PENDINGDELETE
GENERATELIST = 0|1
SENDLISTEMAIL = (EMAILS)
WIDE = 0|1
FIRST = (INT)
LIMIT = (INT)
ORDER = ASC|DESC
ORDERBY = HISTORYID|DELETEDDATE|REASON|DOMAIN
Response
code = (INT)
description = (TEXT)
property[HISTORYID][n] = (INT)
property[DELETEDDATE][n] = (DATE)
property[DOMAIN][n] = (DOMAIN)
property[ZONE][n] = (TEXT)
property[REASON][n] = (TEXT)
property[STATUS][n] = (TEXT)
property[STATUS UNTIL][n] = (DATE)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
MINDATESearch for deleted domain names starting the given mindate. Default is one month in the past.(optional)
MAXDATESearch for deleted domain names until the given maxdate. Default is the current date. (optional)
HISTORYIDSearch for a single historyid entry (optional)
DOMAINSearch for a specific deleted domain name pattern (optional)
REASONSearch for deleted domains with a specific reason (optional)
STATUSSearch for deleted domains within a specific domain status. (optional)
GENERATELISTShow result on screen|Generate a CSV File and upload to ftp (optional)
SENDLISTEMAILEmail address where the CSV will be sent to (optional)
WIDE0|1 (optional)
FIRSTStart the output of results from this item (optional)
LIMITShow only this many items in the response (optional)
ORDERASC|DESC (optional)
ORDERBYOrder the results for the corresponding column. Default is historyid. (optional)
ZONEThe TLD of the domain name
STATUSThe current status of the domain name (_none_, pendingDelete, redemptionGrace)
STATUS UNTILThe date until the current status is set