Skip to content

QueryObjectLogList

Query information from the object log

Possible Gateways

The following parameters are standard parameters for this command.

Command
COMMAND = QueryObjectLogList
Response
code = (INT)
description = (TEXT)
property[LOG][n] = (INT)
property[LOG_DATE][n] = (DATE)
property[OBJECT_CLASS][n] = (TEXT)
property[OBJECT_ID][n] = (TEXT)
property[OPERATION_TYPE][n] = (TEXT)
property[OPERATION_STATUS][n] = REQUEST
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
LOGID of the log - entry
LOG_DATEDate, when this request was made
OBJECT_CLASSClass of the object for which the request was made
OBJECT_IDIdentifier of the object for which this request was made
OPERATION_TYPEType of operation made in this request
COUNTTotal number of log entries shown
FIRSTPointer to the first shown ID
LASTPointer to the last shown ID
LIMITThe limit given in the command
TOTALTotal number of log entries

The following parameters are optional for this command.

Command
COMMAND = QueryObjectLogList
OBJECTID = (PATTERN)
OBJECTCLASS = (PATTERN)
MINDATE = (TEXT)
MAXDATE = (TEXT)
WIDE = 0|1
GENERATELIST = 0|1
SENDLISTEMAIL = (EMAILS)
FIRST = (INT)
LIMIT = (INT)
ORDER = (ASC|DESC|<NULL>)
ORDERBY = (LOG|LOGDATE|COMMANDNAME|OBJECTCLASS|<NULL>)
Response
code = (INT)
description = (TEXT)
property[LOG][n] = (INT)
property[LOG_DATE][n] = (DATE)
property[OBJECT_CLASS][n] = (TEXT)
property[OBJECT_ID][n] = (TEXT)
property[OPERATION_TYPE][n] = (TEXT)
property[OPERATION_STATUS][n] = REQUEST
property[COUNT][0] = (INT)
property[FIRST][0] = (INT)
property[LAST][0] = (INT)
property[LIMIT][0] = (INT)
property[TOTAL][0] = (INT)
OBJECTIDOptional
OBJECTCLASSOptional
MINDATEOptional
MAXDATEOptional
WIDEOptional
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)
ORDERAscending or descending, relevant if ORDERBY is used (optional)
ORDERBYResults can be ordered by log, logdate, command name and object class (optional)