Skip to content

SysLog

SysLog.listing

list all log-entries

Permission

admin customer

Parameter

FieldTypeDescription
sql_searcharrayoptional array with index = fieldname, and value = array with 'op' => operator (one of <, > or =),LIKE is used if left empty and 'value' => searchvalue
sql_limitintoptional specify number of results to be returned
sql_offsetintoptional specify offset for resultset
sql_orderbyarrayoptional array with index = fieldname and value = ASC|DESC to order the resultset by one or morefields

Response

string as json-encoded array count|list

SysLog.listingCount

returns the total number of log-entries

Permission

admin

Response

string as json-encoded response message

SysLog.get

You cannot get log entries

SysLog.add

You cannot add log entries

SysLog.update

You cannot update log entries

SysLog.delete

delete log entries

Permission

admin

Parameter

FieldTypeDescription
min_to_keepintoptional minutes to keep, default is 10

Response

string as json-encoded array