Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

rb.schedule.log.logSearchParams

Parameters for searching the log history

Elements

The rb.schedule.log.logSearchParams struct has 11 elements:

Name Type/Value Range/Length Description
logIDnumber  Optional. If specified then return only the log entry with this ID
minLogIDnumber  Optional. Do not return any log records with an ID lower than minLogID
maxLogIDnumber  Optional. Do not return any log records with an ID greater than maxLogID
eventIDnumber  Optional. If specified then return only log entries associated with this event record.
actionIDnumber  Optional. If specified then return only log entries associated with this action record.
minDatedate  Optional. Only return records with a date/time value greater than or equal to this value
maxDatedate  Optional. Only return records with a date/time value less than or equal to this value
allDatanumber  Optional, default = 0

Specifies the amount/type of data to be included in the response for a particular arc.

0 :return the log record except customData

1 :as '0' but include customData

2 :as '0' but include http

firstIndexnumber  Optional, default = 0
Offset into the result set
maxRowsnumber  Optional, default = 0
Number of rows the application expects to consume
sortBystring  Optional, default = ^ID
How the result should be ordered. Default is by ascending log ID. To return in descending log ID order user sortBy="^ID"

Whitebeam release 1.3.36
(loadtime : 62ms)