MLS Location
Location (/mls/location)
findExactLocations
URI | /findExactLocations |
---|---|
HTTP method | GET |
Access scope | All |
Parameters | query* (string) |
Result | Array of objects: { id: (integer), normalizedName: (string), streetCount: (integer) } |
Description | Returns list of locations from the lowest level of hierarchy, that can be chosen as locations of listings. 'query' parameter should be part of location's name. |
findStreets
URI | /findStreets |
---|---|
HTTP method | GET |
Access scope | All |
Parameters | query* (string) |
Result | Array of objects: { id: (integer), normalizedName: (string) } |
Description | Returns list of streets for given location, that can be chosen as streets for listings. 'query' parameter should be part of streets's name. |