| Name | Type | Description | Notes |
|---|---|---|---|
| segmentField | String | Field internal name (retrieve fields using GET: /lists/{list_id}/fields) | [optional] |
| segmentOperator | SegmentOperatorEnum | Segment operator used for comparison. When using a range of dates split them using the following format: date1 | |
| segmentValue | String | Segment search value | [optional] |
| Name | Value |
|---|---|
| EQUAL_TO | "equal_to" |
| NOT_EQUAL_TO | "not_equal_to" |
| GREATER_OR_EQUAL_TO | "greater_or_equal_to" |
| GREATER_THAN | "greater_than" |
| LESS_OR_EQUAL_TO | "less_or_equal_to" |
| LESS_THAN | "less_than" |
| CONTAINS | "contains" |
| DOES_NOT_CONTAIN | "does_not_contain" |
| BEGINS_WITH | "begins_with" |
| ENDS_WITH | "ends_with" |
| DATE_RANGE | "date_range" |