July 7th, 2025

New Functionality

Property Search - added "filter" field for up to 10,000 item exclusions

  • 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"
   ]
 }
}