Skip to content

QueryForeignTransferList

With the QueryForeignTransferList API command, a registrar can query all currently running external transfers, that have one of theses status: FOREIGN_PENDING, USERTRANSFER, PENDING, INITIATED. For each domain also the available actions are returned that are supported. This could be empty, approve, deny or approve and deny.

Possible Gateways

The following parameters are standard parameters for this command.

Command
COMMAND = QueryForeignTransferList
Response
code = (INT)
description = (TEXT)
property[DOMAIN][n] = (TEXT)
property[REQUESTINGREGISTRAR][n] = (TEXT)
property[TRANSFERDATE][n] = (TEXT)
property[TRANSFERSTATUS][n] = (TEXT)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
COUNTTotal number of foreign transfers shown
FIRSTPointer to the first shown ID
LASTPointer to the last shown ID
LIMITThe limit given in the command
TOTALTotal number of foreign transfers

The following parameters are optional for this command.

Command
COMMAND = QueryForeignTransferList
DOMAIN = (PATTERN)
FIRST = (INT)
LIMIT = (INT)
WIDE = 0|1
GENERATELIST = 0|1
SENDLISTEMAIL = (EMAILS)
Response
code = (INT)
description = (TEXT)
property[DOMAIN][n] = (TEXT)
property[REQUESTINGREGISTRAR][n] = (TEXT)
property[TRANSFERDATE][n] = (TEXT)
property[TRANSFERSTATUS][n] = (TEXT)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
FIRSTStart the output of results from this item (optional)
LIMITShow only this many items in the response (optional)
WIDEOptional
GENERATELISTShow result on screen|Generate a CSV File and upload to ftp (optional)
SENDLISTEMAILEmail address where the CSV will be sent to (optional)