Skip to main content

Field

The Field Resource can be used to advertise metadata about the available fields on a given server in a way that is predictable and user friendly.

See the Field 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 Field Records by ResourceName

This query will retrieve the Field records with a ResourceName equal to Property:

https://query.ampre.ca/odata/Field?$filter=ResourceName eq 'Property'