This content originally appeared on Hussein Al Hammad and was authored by Hussein Al Hammad
Propertybase is a real estate solution for real estate agencies. You can use it to manage your property listings and sync the listings with your website via their API.
They have a nice simple API for fetching filtered property listings. However, it was unclear to me how to filter the listings by a field whose value is empty or set to a certain value.
The syntax for filtering by a field that is empty:
1Fieldname__c=
The syntax for filtering by a field whose value is either test
or unicorn
:
1Fieldname__c=IN(test;unicorn)
If you want to filter by a field whose value is empty, test
or unicorn
, you can do so by prepending an additional ;
to your options:
1Fieldname__c=IN(;test;unicorn)
This content originally appeared on Hussein Al Hammad and was authored by Hussein Al Hammad
Hussein Al Hammad | Sciencx (2019-09-25T00:00:00+00:00) Propertybase API – IN filter: empty option. Retrieved from https://www.scien.cx/2019/09/25/propertybase-api-in-filter-empty-option/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.