ConditionGroup
Summary
Audit trail query conditions.
Description
none
Fields
Field Name | Type | Since Version | Description |
---|---|---|---|
conditions |
[Condition] | A list of conditions | |
logic |
String | The AND/OR logic of the condition that applies to all conditions in conditions | |
where |
String | The AND/OR logic that defines how this ConditionGroup should be applied to the previous group. |
Example JSON
{ "conditions" : [ { "name" : "LASTTEXT", "operation" : "GTEQ", "value" : "Connected" } ], "logic" : "AND", "where" : "OR" }