Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Version

0.1

Developers

Jayden R. (Unlicensed) ​​

Method

GET

Base URL

front: https://qd7517z1ic.execute-api.us-east-1.amazonaws.com/reso/

API: https://api.realtyfeed.com/

Endpoint

reso/odata/Property

Header

Code Block
{
  x-api-key: AGENT_API_KEY
}

Test API Key

a50YsdAcOQ6xyDqVYTzEB57jBqKVYV01MyTD4at6

Query Params

Code Block
"$top"
"$skip"
"$select"
"$filter"
"$orderby"

Field which filter can be set on

Code Block
"ListingKey", 
"ModificationTimestamp", 
"ListingId", 
"PropertyType", 
"PropertySubType", 
"ListPrice", 
"BathroomsTotalInteger", 
"BedroomsTotal", 
"StandardStatus", 
"LotSizeArea", 
"LivingArea", 
"BuildingAreaTotal", 
"ListAgentFullNameOriginatingSystemName", "ListAgentMlsId"
"ListOfficeMlsIdCity", "ListOfficeName"
"OriginatingSystemNamePostalCode", "City"
"PostalCodeUnparsedAddress"

RESO Dictionary

https://ddwiki.reso.org/display/DDW20/RESO+Data+Dictionary+2.0

Odata Documentation

https://www.odata.org/documentation/

...