Property - Deprecated
Version | 0.2 |
---|---|
Developers | @Jayden R. (Unlicensed) |
Method | GET |
Base URL |
|
Endpoint |
|
Header | {
x-api-key: AGENT_API_KEY
} |
Test API Key | a50YsdAcOQ6xyDqVYTzEB57jBqKVYV01MyTD4at6 |
Query Params | "$top"
"$skip"
"$select"
"$filter"
"$orderby" |
Field which filter can be set on | "ListingKey",
"ModificationTimestamp",
"ListingId",
"PropertyType",
"PropertySubType",
"ListPrice",
"BathroomsTotalInteger",
"BedroomsTotal",
"StandardStatus",
"LotSizeArea",
"LivingArea",
"BuildingAreaTotal",
"OriginatingSystemName",
"City",
"PostalCode",
"UnparsedAddress" |
RESO Dictionary | https://ddwiki.reso.org/display/DDW20/RESO+Data+Dictionary+2.0 |
Odata Documentation |
$top: this parameter determines the number of records on each page (max is 200, default is 10).
$skip: this parameter determines the page number (default is 0).
$select: this parameter determines the needed fields (default is all).
note: more than 20 fields cannot be selected explicitly.
$filter: this determines the filtered criteria which are implemented by users.
note: filters must be defined in Odata format.
$orderby: this parameter sorts results by the defined field (default is ListingKey).
note: this parameter accepts “asc” and “desc” as an argument (default is “asc”).
Sample:
URL:
https://api.realtyfeed.com/reso/odata/v1/Property?$top=100&$filter=PostalCode eq '74525'
Response: