Constructing Property QueriesAdvanced Queries of Property Data in Postman

Advanced Queries of Property Data in Postman

This will walk you through querying the Property Database using Postman!

1. Select the Property Database

Select the Property Database in Postman
Select the Property Database in Postman

2. Setting the Stage

Setting up the query in Postman
Setting up the query in Postman

3. Running a Query

Running a query in Postman
Running a query in Postman

The "Wild Card"

Using ***** in your query will search for any possible value that could fill that spot. In the above case, it is essentially saying "Find all records that have a key value set to anything"

You can query the database using most of the fields in the Property Data Schema.

Narrowing the search in Postman
Narrowing the search in Postman

5. Using "" Inside the Query String

Using quotes inside the query string
Using quotes inside the query string

6. Additional Specifications

Additional query specifications
Additional query specifications

View

Setting your "view" not only changes the layout of your result file, but also changes how you see the records in Postman.

7. Custom Views on the Fly

Custom views on the fly
Custom views on the fly

Custom View Formatting

When creating the "view" object, put the entire thing inside of [ ], with each field being called inside of { }. If you are listing multiple fields, put a comma after each one except for the last one. See the screenshot above for an example.

8. Getting Your Download ID

Getting your download ID
Getting your download ID