SearchFilter
Description
Used to create a unique search parameter.
Properties
Type | Name | Description |
---|---|---|
string | FieldName | Name of field you are searching. (required) |
string | ComparisonOperator | Type 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) |
string | FieldValue | Value to search on. (required) |
Updated over 5 years ago