Skip to main content

SearchAssetPropertyFilter

Filter assets by property data values

conditions object[]required

List of conditions (implicit AND between root conditions)

  • Array [
  • 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)

  • ]
  • SearchAssetPropertyFilter
    {
    "conditions": [
    {
    "op": "eq",
    "property": "ISSUES_NB",
    "value": "2",
    "values": "Unknown Type: array,null",
    "conditions": "null"
    }
    ]
    }