Aller au contenu principal

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)

conditions []

Nested conditions (for and/or group operators)

  • Array [
  • circular(SearchAssetDataCondition)
  • ]
  • SearchAssetDataCondition
    {
    "op": "eq",
    "property": "ISSUES_NB",
    "value": "2",
    "values": "Unknown Type: array,null",
    "conditions": "Unknown Type: array,null"
    }