Operators
The following operators are supported in the REST API:
- == equal
- != not equal
- gt greater than
- gte greater than or equal
- lt less than
- lte less than or equal
Factors
Use the logical operators OR, or AND to query by multiple factors simultaneously as follows:
Additionally, you can group factors to express explicit logical precedence as follows:
Negating
In addition to operators, you can negate factors by preceding them with !. For example, to negate the FinalLifeCycleStatusToAsset condition, use ! and parentheses:
If you have suggestions for improving this article, let us know!