Real Estate Cloud Web Services
Property.getDetails
Request URL: http://api.recloud.me/1.0/sf/Property.getDetails
Method: GET or POST
Database object: [db].dbo.mls_listing_detail
Sample Query: SELECT * FROM sf.dbo.mls_listing_detail WHERE list_no >= list_no
Request Fields
API Field | DB Field | Type |
---|---|---|
list_no | list_no | varchar |
Sample Response
{ "status" : "OK", "error" : [{ "error_no" : 8, "error_msg" : "You must be granted a valid key for recloud.me" }], "meta" : [{ "results_count" : 1, "page_count" : 1, "current_page" : 1, "request_time" : 3.14159, }], "request_url" : "http://api.recloud.me/1.0/sf/property.getDetails?api_key=xyz1234&list_no=389154", "results" : [ { "list_date" : "2011-09-07", "row_id" : "264007", "LIST_NO" : "389154", "PROP_TYPE" : "SF", "unit_no":null, "address1" : "2195 42nd Ave", "unit_number":null, "address2" : "San Francisco, CA", "zip_code" : "94116", "area" : "Outer Parkside", "price" : "599000.00", "no_bedrooms":3, "no_full_baths":2, "no_half_baths":0, "square_feet" : "1214", "price_per_sqft" : "493.41", "hoa_fee" : "0.00", "tax_year":null, "garage_spaces" : "1", "year_built" : "1947", "remarks" : "Charming home on a corner lot with slight ocean views.", "update_date" : "2011-09-07T09:25:41.7", "status" : "ACT", "agent_name" : "Justin Sisco", "office_name" : "Gaetani Real Estate, Inc.", "no_living_levels" : "Hardwood,Linoleum", "heating_cooling" : "Central Heating", "sewer_and_water" : "Water-Public", "EXTERIOR" : "Stucco,Wood Siding", "CONSTRUCTION" : "Wood Frame", "GARAGE_PARKING" : "1", "APPLIANCES":null, "assc_fee_includes":null, "lat":37.745831, "lon":-122.500862 }] }