July 7th, 2025
New Functionality
the current limit with “exclude” [array] is 1024 clauses or objects
if you need to exclude more items than that you can use the “filter” field
{
"state": "VA",
"city" : "Herndon",
"street": "Florence",
"filter": {
"field": "apn",
"values": [
"016-2-02-0104",
"016-2-02-0103-A",
"016-2-02-0100-A"
]
}
}