Skip to main content

Lookup

The Lookup Resource can be used to convey metadata about lookups (enumerations) available on a given server, providing a streamlined way to deliver enumeration metadata to the consumer.

See the Lookup Resource in the RESO Data Dictionary.

Examples

note

Remember to URL Encode query string values prior to sending HTTP requests. To aid with readability, the URLs in this document are displayed without URL encoding and wrapped over multiple lines.

Retrieve Lookup Records by LookupName

This query will retrieve the Lookup records with LookupName equal to PropertyType:

https://query.ampre.ca/odata/Lookup?$filter=LookupName eq 'PropertyType'