Condition
Summary
Audit trail query condition.
Description
The audit trail query condition is conditional logic where a field is compared to a value. The operation are comparison operators and are defined as:
- LT: Less than
- GT: Greater than
- LTEQ: Less than or equal to
- GTEQ: Greater than or equal to
- EQ: Equal
- NEQ: Not equal
- CONTAINS: Contains
- NCONTAINS: Does not contain
- BEGINS: Begins with
- ENDS: Ends with
Fields
Field Name | Type | Since Version | Description |
---|---|---|---|
name |
String | The field name | |
operation |
String | The field comparison operator. | |
value |
String | The value to compare. |
Example JSON
{ "name" : "LASTTEXT", "operation" : "GTEQ", "value" : "Connected" }