Query Event Guidelines
See How To Use this Guide before interpreting the guidelines below.
The following is the Query Event Request/Response guidelines table:
Data Element | Occurs Length |
Type | Description | ||
---|---|---|---|---|---|
time | 1/* |
0...1String | Use this to query using time parameters. | ||
past | 1/* |
0...1String | Returns all events based upon a number and unit (e.g. minutes, hours, days).1 | ||
amount | 1/* |
0...1String | Required. The amount of time. 2 | ||
unit | 1/* |
0...1String |
Required. The unit of time relating to the amount. Valid values:3
|
||
timestamp | 1/* |
0...1String | Returns all events based upon a start and end time.4 | ||
start | 1/* |
0...1String | Required. The start time in UTC Event Date Time format.5 | ||
end | 1/* |
0...1String | Required. The end time in UTC Event Date Time format.6 | ||
date-time | 1/* |
0...1String | Returns all events based upon a start and end date.7 | ||
start | 1/* |
0...1String | Required. The start date (e.g. 200307 ). |
||
end | 1/* |
0...1String | Required. The end date (e.g. 200308 ). |
||
since | 1/* |
0...1String | Returns all events since the specified timestamp or date.8 | ||
mode | 1/* |
0...1String |
Required. The type of since query. Valid values:
|
||
timestamp | 1/* |
0...1String | Conditionally required if mode equals timestamp . The time in UTC Event Date Time format. |
||
date-time | 1/* |
0...1String | Conditionally required if mode equals timestamp . The date (e.g. 200307 ). |
||
select | 1/* |
0...1String | The set of fields to return in the Query Event |
||
fields | 1/* |
0...1String | Required. Grouping for desired fields. | ||
name | 1/* |
0...1String | Required. Valid value: data |
||
expression | 1/* |
0...1String | Required. A list of desired fields to retrieve. This may include any fields that were included in the Set Event |
||
query-filter | 1/* |
0...1String | The name/value pairs to be used as search criteria for the Query Event |