Studio Service

JSONListFilter

JSONListFilter

A filter to be used against JSON List fields. All fields are combined with a logical ‘and.’

FieldTypeDescription
isNullBooleanIs null (if `true` is specified) or is not null (if `false` is specified).
equalTo[JSON]Equal to the specified value.
notEqualTo[JSON]Not equal to the specified value.
distinctFrom[JSON]Not equal to the specified value, treating null like an ordinary value.
notDistinctFrom[JSON]Equal to the specified value, treating null like an ordinary value.
lessThan[JSON]Less than the specified value.
lessThanOrEqualTo[JSON]Less than or equal to the specified value.
greaterThan[JSON]Greater than the specified value.
greaterThanOrEqualTo[JSON]Greater than or equal to the specified value.
contains[JSON]Contains the specified list of values.
containedBy[JSON]Contained by the specified list of values.
overlaps[JSON]Overlaps the specified list of values.
anyEqualToJSONAny array item is equal to the specified value.