List Available Operators
Workflow & CRM
List Available Operators
List all available condition operators.
Each entry carries two additive fields (backward-compatible; missing applies_to means “show for all types”):
applies_to — field data-types for which this operator is valid. Derived from condition_evaluator._compare() semantics: numeric/datetime: gt, lt, gte, lte, between string: contains, not_contains, starts_with, ends_with, regex all types: eq, ne, in, not_in, is_null, is_not_null
arity — ‘unary’ if the operator takes no value (is_null/is_not_null); ‘binary’ otherwise.
GET
List Available Operators
Response
200 - application/json
Successful Response