Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Field | string | :heavy_check_mark: | Classifier dimension name to filter on (snake_case identifier, e.g. “department”, “work_type”). | department |
Operator | string | :heavy_check_mark: | Filter operator. Only equality/set operators are supported (eq, neq, in, not_in) — ordered comparisons are not available because classification values are strings. | eq |
Value | operations.ClassifierFiltersValue | :heavy_check_mark: | Filter value. Use a scalar (string or number) for eq/neq, or an array for in/not_in. | Engineering |