Propertybase API – IN filter: empty option

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…


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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » Propertybase API – IN filter: empty option." Hussein Al Hammad | Sciencx - Wednesday September 25, 2019, https://www.scien.cx/2019/09/25/propertybase-api-in-filter-empty-option/
HARVARD
Hussein Al Hammad | Sciencx Wednesday September 25, 2019 » Propertybase API – IN filter: empty option., viewed ,<https://www.scien.cx/2019/09/25/propertybase-api-in-filter-empty-option/>
VANCOUVER
Hussein Al Hammad | Sciencx - » Propertybase API – IN filter: empty option. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2019/09/25/propertybase-api-in-filter-empty-option/
CHICAGO
" » Propertybase API – IN filter: empty option." Hussein Al Hammad | Sciencx - Accessed . https://www.scien.cx/2019/09/25/propertybase-api-in-filter-empty-option/
IEEE
" » Propertybase API – IN filter: empty option." Hussein Al Hammad | Sciencx [Online]. Available: https://www.scien.cx/2019/09/25/propertybase-api-in-filter-empty-option/. [Accessed: ]
rf:citation
» Propertybase API – IN filter: empty option | Hussein Al Hammad | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.