Filtering
Pass a URL-encoded JSON object in the filter query parameter. Conditions in one object are combined with AND. Arrays match any listed value.
{
"custom_review_date": "Next Month",
"custom_reference": "^CX-",
"custom_region": [
"EMEA",
"APAC"
]
}Prefix text with ^ for "starts with". Use dot notation for associated records, such as project.deadline. Custom-field keys in these examples are illustrative.