Skip to content

QueryEventList

Query existing and not yet deleted events in your account. For possible classes and subclasses, please have a look into the table at the beginning of this chapter.

Possible Gateways

The following parameters are standard parameters for this command.

Command
COMMAND = QueryEventList
Response
code = (INT)
description = (TEXT)
property[EVENT][n] = (INT)
property[EVENTCLASS][n] = (TEXT)
property[EVENTSUBCLASS][n] = (TEXT)
property[EVENTS_COUNT][0] = (INT)
property[EVENTS_TOTAL][0] = (INT)
property[EVENT_DATE][n] = (DATE)
property[OBJECT_ID][n] = (TEXT)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
EVENTID of the event
EVENTCLASSClass of the event
EVENTSUBCLASSSubclass of the event
EVENTS_COUNTHow many events are shown
EVENTS_TOTALNumber of existing events
EVENT_DATEDate the event occured
OBJECT_IDObject (i.e. domain name) involved in the event
COUNTTotal number of events shown
FIRSTPointer to the first shown ID
LASTPointer to the last shown ID
LIMITThe limit given in the command
TOTALTotal number of events

The following parameters are optional for this command.

Command
COMMAND = QueryEventList
CLASS = (PATTERN)
SUBCLASS = (PATTERN)
HISTORY = 0|1
WIDE = 0|1
GENERATELIST = 0|1
SENDLISTEMAIL = (EMAILS)
FIRST = (INT)
LIMIT = (INT)
INCLUDESUB = 0|1
SHOWALL= 0|1
MINDATE = (DATE)
MAXDATE = (DATE)
ORDERBY = CLASS|SUBCLASS|OBJECTID|DATE
ORDER = ASC|DESC
Response
code = (INT)
description = (TEXT)
property[EVENT][n] = (INT)
property[EVENTCLASS][n] = (TEXT)
property[EVENTSUBCLASS][n] = (TEXT)
property[EVENTS_COUNT][0] = (INT)
property[EVENTS_TOTAL][0] = (INT)
property[EVENT_DATE][n] = (DATE)
property[OBJECT_ID][n] = (TEXT)
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
property[REGISTRAR][n] = (TEXT)
CLASSReturn only events of this class (wildcards allowed, optional)
SUBCLASSReturn only events of this subclass (wildcards allowed, optional)
HISTORYShow deleted events (optional)
SHOWALLShow deleted and new events (optional)
WIDEReturn more or less details (optional)
GENERATELISTShow result on screen|Generate a CSV File and upload to ftp (optional)
SENDLISTEMAILEmail address where the CSV will be sent to (optional)
FIRSTStart the output of results from this item (optional)
LIMITShow only this many items in the response (optional)
REGISTRARThe registrar for the event. Only shown when INCLUDESUB:1 is used.
MINDATEShow events starting this date (optional)
MAXDATEShow events up to this date (optional)
ORDERBYDefine event order by CLASS, SUBCLASS, OBJECTID or by DATE (optional)
ORDERDefine asc or desc order