You can update records by criteria using the search_criteria
operator. All parameters that are not included in the search criteria will be considered as parameters for updating the fields of records found by the search criteria.
You can use all search operators listed below the request.
Search operators
The request can contain all, some or none of the next search operators:
Operator | Description |
---|---|
lt | Less Than operator Types: integer, float Example: |
lte | Less Than or Equal to operator Types: integer, float Example: |
gt | Greater Than operator Types: integer, float Example: |
gte | Greater Than or Equal to operator Types: integer, float Example: |
ne | Not Equal to operator Types: integer, float, string, boolean Example: |
in | Contained IN array operator Types: integer, float, string Example: |
nin | Not contained IN array operator Types: integer, float, string Example: |
all | ALL contained IN array operator Types: array Example: |
or | OR operator Types: integer, float, string Example: Will return records with name |
ctn | Contains substring operator Types: string Example: Will return all records where |
near | Types: location Example: Search records in a specific radius with |