(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The QueryDomainRepositoryDomainList command is used to list all domains for a domain repository.
The parameter TRIGGER is required if the RegistarOC handlers are not assigned to the user (or one of his subusers) requested the command.
[COMMAND]
(required)
command = QueryDomainRepositoryDomainList
repository = <REPOSITORY>
(optional)
zone = (ZONE)
trigger = (TRIGGER)
mindate = <DATE>
maxdate = <DATE>
orderby = CREATEDDATE | EXPIRATIONDATE | UPDATEDDATE | TRANSFERDATE | DOMAIN
first = (INT)
limit = (INT)
|
EOF
|
Notes
- If mindate is without the time part, then “ 00:00:00” will be appended, e. g. “2008-01-01” becomes “2008-01-01 00:00:00”.
- If maxdate is without the time part, then “ 23:59:59” will be appended, e. g. “2009-01-01” becomes “2009-01-01 23:59:59”
[RESPONSE]
(required)
code = (CODE)
description = (DESCRIPTION)
property[domain][n] = (DOMAIN)
property[createddate][n] = (DATE)
property[expirationdate][n] = (DATE)
property[updateddate][n] = (DATE)
property[transferdate][n] = (DATE)
total[0] = (INT)
first[0] = (INT)
last[0] = (INT)
count[0] = (INT)
limit[0] = (INT)
|
EOF
|