Skip to main content

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: eq
propertystring | nullnullable

Property code to filter on (leaf conditions only)

Example: ISSUES_NB
valuestring | nullnullable

Comparison value (single-value operators)

Example: 2
valuesstring[]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"
}