QueryDomainApplicationList
List all applications in your account
Possible Gateways
The command QueryDomainApplicationList is available via the following gateways:
Required Parameters
The following parameters are standard parameters for this command.
Command
COMMAND = QueryDomainApplicationList
DOMAIN = YOURDOMAIN.TLD
CLASS = (PATTERN)
ORDERBY = DOMAIN|APPLICATION|FINALIZATIONDATE
WIDE = 0|1
GENERATELIST = 0|1
SENDLISTEMAIL = (EMAILS)
FIRST = (INT)
LIMIT = (INT)
Response
code = (INT)
description = (TEXT)
property[APPLICATION][n] = (INT)
property[DOMAIN][n] = (DOMAIN)
property[CLASS][n] = (TEXT)
property[STATUS][n] = (TEXT)
property[CREATED_DATE][n] = (DATE)
property[UPDATED_DATE][n] = (DATE)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
Attributes
DOMAIN | Search applications for this domain (wildcard allowed)/Domain, the application was issued for |
CLASS | Search applications belonging to this class (wildcard allowed, optional)/Class of the application |
ORDERBY | Order resulting list by this column (optional) |
WIDE | Show more or less details (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) |
APPLICATION | ID of the application (registrar - unique) |
STATUS | Status of the application |
CREATED_DATE | Date the application was issued |
UPDATED_DATE | Date the application was last updated |
COUNT | Total number of applications 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 applications |