Open naranqode opened 2 years ago
I think it is an issue with the value you passed for resource_class. Instead of 'RES' try 'RESI'
same issue! any luck ? :(
Same issue! any luck? :(
Yes, this is how it works for me: property = rets_client.search('Property', resource_class, search_filter={})
In the resource class you can use: CondoProperty or ResidentialProperty
Hi! I try to execute this code: search_results = rets_client.search(resource='Property', resource_class='RES', limit=1, dmql_query='(ListPrice=150000+)') for result in search_results: print(result)
While trying to execute this code I'm getting an error, here is an error rets.exceptions.RETSException: RETS Error 20203: Invalid Query Type
Any idea? Any help would be appreciated. Thanks