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]

Default value:
Example: eq
propertystring | nullnullable

Property code to filter on (leaf conditions only)

Default value:
Example: ISSUES_NB
valuestring | nullnullable

Comparison value (single-value operators)

Default value:
Example: 2
valuesstring[]nullable

Comparison values (for in/notIn operators)

Default value:
conditionsnull

Nested conditions (for and/or group operators)

Default value:
SearchAssetDataCondition
{
"op": "eq",
"property": "ISSUES_NB",
"value": "2",
"values": "",
"conditions": ""
}