Filter: IDFilter
Filter type for ID.
All fields in this type are and-combined; see the or
field for or-combination.
Input Fields
Name | Type | Description |
---|---|---|
AND | IDFilter | A field that checks if all filters in the list apply If the list is empty, this filter applies to all objects. |
OR | IDFilter | A field that checks if any of the filters in the list apply. If the list is empty, this filter applies to no objects. Note that only the items in the list or-combined; this complete |
equal | ID | Checks if the value equals a specified value. If an index exists on the value, it can be used. |
gt | ID | Checks if the value is greater than a specified value. |
gte | ID | Checks if the value is greater or equal a specified value. |
in | ID | Checks if the value is equal to one of the specified values. |
lt | ID | Checks if the value is less than a specified value. |
lte | ID | Checks if the value is less or equal a specified value. |
not | ID | Checks if the value does not equal a specified value |
not_in | ID | Checks if the value is not equal to one of the specified values. |
This page was generated: 2024-11-06