Lookup Endpoint

URL: https://www.realtracs.com/reso/Lookup

The Lookup endpoint provides information about lookups (pick-list fields) in Realtracs. Our Lookup resource is fully data dictionary compliant.

For a list of fields available, please reference our metadata.


Supported Queries

You can query the Lookup endpoint using the following fields:

  • LookupName – Returns lookups with the given name.

Sorting

  • Records are sorted by LookupName, then LookupValue by default.
  • No other sorting options are supported.

Example

GET https://www.realtracs.com/reso/Lookup?$filter=LookupName eq 'PropertyType'