From HEXONET Wiki
(Created page with "{{Sidebar}} __NOTOC__ COMMAND <pre> (required) command = QueryTransferList (optional) domain = (DOMAIN) first = (INT) limit = (INT) maxcreateddate = (DATE) mincreat...") |
|||
Line 1: | Line 1: | ||
{{Sidebar}} | {{Sidebar}} | ||
__NOTOC__ | __NOTOC__ | ||
+ | |||
+ | <p>The command '''QueryTransferList''' returns a list of incoming domain transfers and their current status. By using different additional parameters, you can filter the result according to your needs.</p> | ||
Latest revision as of 12:41, 25 January 2016
The command QueryTransferList returns a list of incoming domain transfers and their current status. By using different additional parameters, you can filter the result according to your needs.
COMMAND
(required) command = QueryTransferList (optional) domain = (DOMAIN) first = (INT) limit = (INT) maxcreateddate = (DATE) mincreateddate = (DATE) orderby = DOMAIN | DOMAINDESC | USER | USERDESC | CREATEDDATE | CREATEDDATEDESC
RESPONSE
code = (CODE) description = (DESCRIPTION) (optional) property[total][0] = (INT) property[first][0] = (INT) property[last][0] = (INT) property[limit][0] = (INT) property[count][0] = (INT) property[domain][n] = (DOMAIN) property[user][n] = (USER) property[parentuser][n] = (USER) property[peeruser][n] = (USER) property[description][n] = (DESCRIPTION) property[createddate][n] = (DATE) property[status][n] = (STATUS)