SearchFilter

Description

Used to create a unique search parameter.

Properties

TypeNameDescription
stringFieldNameName of field you are searching. (required)
stringComparisonOperatorType of comparison to make. Options are: gt (greater than), lt (less than), eq (equals), le (less than or equal), ge (greater than or equal), and ne (not equal).

(required)
stringFieldValueValue to search on. (required)