SearchAssetDataCondition
A single filter condition on property data
opstringrequired
Condition operator
Possible values: [eq, neq, in, notIn, contains, notContains, regex, notRegex, gt, gte, lt, lte, isNull, isNotNull, and, or]
Example:
eqpropertystring | nullnullable
Property code to filter on (leaf conditions only)
Example:
ISSUES_NBvaluestring | nullnullable
Comparison value (single-value operators)
Example:
2valuesstring[]nullable
Comparison values (for in/notIn operators)
conditionsnull
Nested conditions (for and/or group operators)
SearchAssetDataCondition
{
"op": "eq",
"property": "ISSUES_NB",
"value": "2",
"values": "Unknown Type: array,null",
"conditions": "null"
}