You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets a list of unique properties and their associated metadata and events based on a set of filters. Use one of three search methods:
485
+
Gets a list of unique properties and their associated metadata and events based on a set of property, event, and owner filters. Use one of three search methods:
486
486
1.`parcl_ids`
487
487
2.`parcl_property_ids`
488
488
3.`geo_coordinates` (must provide latitude, longitude, and radius)
489
489
490
+
Use limit to specify the number of matched properties to return. Set auto_paginate to `True` to retrieve all results, this will override the limit.
0 commit comments