{ "info": { "_postman_id": "9720672c-d734-90ec-4721-68e94e4d5fd3", "name": "AVM web-api-v2 Lambda", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Address Search", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Body matches string\"] = responseBody.has('107 TURNER STREET SCARBOROUGH QLD 4020');" ] } } ], "request": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}" }, { "key": "x-api-key", "value": "{{api_key}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{ \"address_query\": \"107 turn\" } " }, "url": { "raw": "https://{{ext_server}}/properties/search?address_query=107 TURNER STREET", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "properties", "search" ], "query": [ { "key": "address_query", "value": "107 TURNER STREET" } ] } }, "response": [] }, { "name": "Address Search (GNAF)", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Body matches string\"] = responseBody.has('107 TURNER STREET ABBOTSFORD VIC 3067');" ] } } ], "request": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}" }, { "key": "x-api-key", "value": "{{api_key}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{ \"address_query\": \"107 turn\" } " }, "url": { "raw": "https://{{ext_server}}/properties/search/gnaf?gnaf_pid=GAVIC421631055", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "properties", "search", "gnaf" ], "query": [ { "key": "gnaf_pid", "value": "GAVIC421631055" } ] } }, "response": [] }, { "name": "Property Info", "event": [ { "listen": "test", "script": { "id": "0b29134c-0628-430f-a72c-cb9a2ca8f8f2", "type": "text/javascript", "exec": [ "var data = JSON.parse(responseBody);", "tests[\"Address\"] = data.address === '107 TURNER STREET ABBOTSFORD VIC 3067';", "tests[\"Bathrooms\"] = data.bathrooms === 1;", "tests[\"Bedrooms\"] = data.bedrooms === 3;", "tests[\"Carparks\"] = data.carparks === 0;", "tests[\"Property ID\"] = data.property_id === '5996049';", "tests[\"State\"] = data.state === 'VIC'" ] } } ], "request": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}" }, { "key": "x-api-key", "value": "{{api_key}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": {}, "url": { "raw": "https://{{ext_server}}/properties/5996049", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "properties", "5996049" ] } }, "response": [] }, { "name": "Property Images", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "var data = JSON.parse(responseBody);", "tests[\"images length\"] = data.images.length === 11;", "tests[\"images rank 1\"] = data.images[0].rank === 1;", "" ] } } ], "request": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}" }, { "key": "x-api-key", "value": "{{api_key}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": {}, "url": { "raw": "https://{{ext_server}}/properties/5996049/images", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "properties", "5996049", "images" ] } }, "response": [] }, { "name": "Estimate", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "var data = JSON.parse(responseBody);", "tests[\"Address\"] = data.address === '107 TURNER STREET ABBOTSFORD VIC 3067';", "tests[\"Confidence\"] = data.confidence === 'Medium';", "tests[\"Estimate date\"] = data.estimate_date === '2017-07-31';", "tests[\"Estimate\"] = Math.abs(data.estimate - 1270920) < 25000;", "tests[\"FSD\"] = Math.abs(data.percent_fsd - 15) < 2;", "tests[\"Property_id\"] = data.property_id === 5996049;" ] } } ], "request": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}" }, { "key": "x-api-key", "value": "{{api_key}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": {}, "url": { "raw": "https://{{ext_server}}/properties/5996049/estimates?date=2017-07-31", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "properties", "5996049", "estimates" ], "query": [ { "key": "date", "value": "2017-07-31" } ] } }, "response": [] }, { "name": "Detailed Estimate", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "var data = JSON.parse(responseBody);", "tests[\"Address\"] = data.address === '107 TURNER STREET ABBOTSFORD VIC 3067';", "tests[\"Confidence\"] = data.confidence === 'Medium';", "tests[\"Estimate date\"] = data.estimate_date === '2018-01-01';", "tests[\"Estimate\"] = Math.abs(data.estimate - 1363120) < 27000;", "tests[\"FSD\"] = Math.abs(data.percent_fsd - 14.5) < 0.5;", "tests[\"Property_id\"] = data.property_id === 5996049", "" ] } } ], "request": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}" }, { "key": "x-api-key", "value": "{{api_key}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": {}, "url": { "raw": "https://{{ext_server}}/properties/5996049/estimates/detail?date=2018-01-01", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "properties", "5996049", "estimates", "detail" ], "query": [ { "key": "date", "value": "2018-01-01" } ] } }, "response": [ { "name": "DEV 5996049/estimates/detail?date=2017-06-30", "originalRequest": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}", "disabled": false }, { "key": "x-api-key", "value": "{{api_key}}", "disabled": false }, { "key": "Content-Type", "value": "application/json", "disabled": false } ], "body": {}, "url": { "raw": "https://{{ext_server}}/properties/5996049/estimates/detail?date=2017-06-30", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "properties", "5996049", "estimates", "detail" ], "query": [ { "key": "date", "value": "2017-06-30" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Connection", "value": "keep-alive", "name": "Connection", "description": "" }, { "key": "Content-Length", "value": "13403", "name": "Content-Length", "description": "" }, { "key": "Content-Type", "value": "application/json", "name": "Content-Type", "description": "" }, { "key": "Date", "value": "Wed, 22 Nov 2017 02:52:37 GMT", "name": "Date", "description": "" }, { "key": "Via", "value": "1.1 1e667dcfe39d935fa6cabe6c85a9f414.cloudfront.net (CloudFront)", "name": "Via", "description": "" }, { "key": "X-Amz-Cf-Id", "value": "9sOPILzyR1ii_YwX8e5VnfrkHHP2w2QH0-bvboWnxK9Du2eyW52TSA==", "name": "X-Amz-Cf-Id", "description": "" }, { "key": "X-Amzn-Trace-Id", "value": "sampled=0;root=1-5a14e671-d0927cb6f22a2c2b407b38f5", "name": "X-Amzn-Trace-Id", "description": "" }, { "key": "X-Cache", "value": "Miss from cloudfront", "name": "X-Cache", "description": "" }, { "key": "x-amzn-RequestId", "value": "303551b6-cf30-11e7-99f7-3774e12cba67", "name": "x-amzn-RequestId", "description": "" } ], "cookie": [], "body": "{\n \"property_id\": 5996049,\n \"address\": \"107 TURNER STREET ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7996,\n \"long\": 144.9992\n },\n \"estimate_date\": \"2017-06-30\",\n \"confidence\": \"Medium\",\n \"percent_fsd\": [13.7],\n \"estimate\": 1328902,\n \"estimate_high\": [1510934],\n \"estimate_low\": [1146870],\n \"property_type\": \"House\",\n \"landarea\": 203,\n \"bedrooms\": 3,\n \"bathrooms\": 1,\n \"carparks\": 0,\n \"last_sale_price\": 650000,\n \"last_sale_date\": \"2012-07-01\",\n \"is_on_market\": false,\n \"list_price\": null,\n \"list_date\": null,\n \"weekly_rent\": null,\n \"rent_date\": null,\n \"last_12_mnths_locality_data_similar_properties\": {\n \"sales\": 0,\n \"median_price\": null,\n \"high_price\": null,\n \"low_price\": null,\n \"number_similar_properties\": 0,\n \"mean_percent_return\": 11.5,\n \"mean_percent_rental_yield\": 2.3,\n \"mean_days_on_market\": 94,\n \"percent_vendor_expectation_error\": 13.7\n },\n \"comparable_sales\": [\n {\n \"sale_id\": \"a9b1ba2c760612c98037cfe0a0a60690ec9c874b\",\n \"address\": \"/85 - TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7996,\n \"long\": 144.9984\n },\n \"sale_date\": \"2017-03-02\",\n \"sale_price\": \"1430000\",\n \"landarea\": \"206\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 68,\n \"days_on_market\": 114,\n \"percent_vendor_expectation_error\": 17.5 }, {\n \"sale_id\": \"a93e14c64cbffdfc31bc587b690b9dd0d0156f0f\",\n \"address\": \"/99 TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7996,\n \"long\": 144.9989\n },\n \"sale_date\": \"2016-10-05\",\n \"sale_price\": \"1510000\",\n \"landarea\": \"202\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 28,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null }, {\n \"sale_id\": \"75f5c227b4422404c2861e1a3fc1966aabd768b0\",\n \"address\": \"/37 HUNTER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8007,\n \"long\": 144.9982\n },\n \"sale_date\": \"2016-12-23\",\n \"sale_price\": \"1125000\",\n \"landarea\": \"201\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 149,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null }, {\n \"sale_id\": \"c362aecef53fa280ccf90eb97d34b8562f733a5d\",\n \"address\": \"/2 - RICH ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7998,\n \"long\": 144.9972\n },\n \"sale_date\": \"2017-02-20\",\n \"sale_price\": \"1000000\",\n \"landarea\": \"172\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 177,\n \"days_on_market\": 97,\n \"percent_vendor_expectation_error\": 10.5 }, {\n \"sale_id\": \"031c6b95c746f75462823abbe4ea4bcbde6495d9\",\n \"address\": \"/53 TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7995,\n \"long\": 144.9974\n },\n \"sale_date\": \"2016-10-07\",\n \"sale_price\": \"1350000\",\n \"landarea\": \"202\",\n \"bedrooms\": \"4\",\n \"bathrooms\": \"1\",\n \"carparks\": \"2\",\n \"metres_from_target\": 158,\n \"days_on_market\": 87,\n \"percent_vendor_expectation_error\": 30 }, {\n \"sale_id\": \"0fdd9f8f522e4ee973c083513b5f66b30783b291\",\n \"address\": \"/60 - STAFFORD ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8007,\n \"long\": 144.9958\n },\n \"sale_date\": \"2017-04-26\",\n \"sale_price\": \"1290000\",\n \"landarea\": \"172\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 322,\n \"days_on_market\": 84,\n \"percent_vendor_expectation_error\": 7.2 }, {\n \"sale_id\": \"ec8567bcbce04e6492fb8e1427d6ea2fc1a6d0a3\",\n \"address\": \"/47 - STUDLEY ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8016,\n \"long\": 144.9956\n },\n \"sale_date\": \"2017-03-24\",\n \"sale_price\": \"1180000\",\n \"landarea\": \"155\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 384,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null }, {\n \"sale_id\": \"8e120ae02d7f39e8389e87c2aae8be3fa76467e3\",\n \"address\": \"/119 - YARRA ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8026,\n \"long\": 144.9994\n },\n \"sale_date\": \"2017-05-31\",\n \"sale_price\": \"1420000\",\n \"landarea\": \"152\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 333,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null }, {\n \"sale_id\": \"a35cd3fbed323359325f09efe33acceb024fe7db\",\n \"address\": \"/10 - VALIANT ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.801,\n \"long\": 144.9989\n },\n \"sale_date\": \"2017-01-09\",\n \"sale_price\": \"1097000\",\n \"landarea\": \"220\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"2\",\n \"metres_from_target\": 152,\n \"days_on_market\": 118,\n \"percent_vendor_expectation_error\": 9.3 }, {\n \"sale_id\": \"534fac6ec93ed80b441232f5d76321d2978d2c3c\",\n \"address\": \"/48 - ABBOTSFORD ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8017,\n \"long\": 145.0001\n },\n \"sale_date\": \"2017-02-06\",\n \"sale_price\": \"1511000\",\n \"landarea\": \"167\",\n \"bedrooms\": \"4\",\n \"bathrooms\": \"3\",\n \"carparks\": \"1\",\n \"metres_from_target\": 246,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null } ],\n \"comparable_sale_listings\": [\n {\n \"listing_id\": \"5315281c904f0da3e46e72098dcb69a2ec6f5348\",\n \"address\": \"59A - TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7995,\n \"long\": 144.9977\n },\n \"list_date\": \"2017-03-07\",\n \"list_price\": \"Contact Agent\",\n \"is_auction\": \"false\",\n \"landarea\": \"103\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"0\",\n \"metres_from_target\": 138\n }, {\n \"listing_id\": \"c7a12deddfc2425e9ff9d10701efb47c0934e9f2\",\n \"address\": \"25 - PATERSON ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8015,\n \"long\": 145.001\n },\n \"list_date\": \"2017-04-20\",\n \"list_price\": \"$1,500,000 - $1,600,000\",\n \"is_auction\": \"false\",\n \"landarea\": \"304\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"2\",\n \"metres_from_target\": 257\n }, {\n \"listing_id\": \"8ccc99dfb23a5705e5d1fef728aa560edff253d7\",\n \"address\": \"133 - YARRA ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8027,\n \"long\": 145.0001\n },\n \"list_date\": \"2017-06-28\",\n \"list_price\": \"$950,000-$1,050,000\",\n \"is_auction\": \"false\",\n \"landarea\": \"147\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 349\n }, {\n \"listing_id\": \"a1de0f768faabf59894d4f0b3d58c0ec934b0596\",\n \"address\": \"2 - FEDERATION LANE ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7968,\n \"long\": 144.9959\n },\n \"list_date\": \"2017-05-31\",\n \"list_price\": \"$800,000 - $880,000\",\n \"is_auction\": \"false\",\n \"landarea\": \"85\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 431\n }, {\n \"listing_id\": \"eb77eea865376914777033e7ae79f9756b4a1ce2\",\n \"address\": \"22 - LULIE ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.797,\n \"long\": 144.9957\n },\n \"list_date\": \"2017-04-07\",\n \"list_price\": \"POA\",\n \"is_auction\": \"false\",\n \"landarea\": \"94\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"0\",\n \"metres_from_target\": 430\n }, {\n \"listing_id\": \"d7d64cf7d16441b111be589578d6ce565e93aa96\",\n \"address\": \"119B - YARRA ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8027,\n \"long\": 144.9996\n },\n \"list_date\": \"2017-03-09\",\n \"list_price\": \"$1,125,000 - $1,250,000\",\n \"is_auction\": \"false\",\n \"landarea\": \"152\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 338\n } ],\n \"comparable_rental_listings\": [\n {\n \"listing_id\": \"466b6c771c6036bdeaff6a46548e0379cedd0414\",\n \"address\": \"236 - NICHOLSON ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8007,\n \"long\": 144.9978\n },\n \"list_date\": \"2017-04-21\",\n \"rental_price\": 375,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"220\",\n \"bedrooms\": \"4\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 175\n }, {\n \"listing_id\": \"87058c39905610f55b667c4c3ef72f61cd6c1baf\",\n \"address\": \"2 - RICH ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7998,\n \"long\": 144.9972\n },\n \"list_date\": \"2017-01-31\",\n \"rental_price\": 650,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"172\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 177\n }, {\n \"listing_id\": \"11f76b560f2ceeedcb6bea0a8cd79c4bc69d577b\",\n \"address\": \"4 - BATH ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7991,\n \"long\": 144.9981\n },\n \"list_date\": \"2016-07-08\",\n \"rental_price\": 520,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"170\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 115\n }, {\n \"listing_id\": \"941df62fb895adcf7f5fd3dc459efeb5c5425a51\",\n \"address\": \"19 - HUNTER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8019,\n \"long\": 144.9981\n },\n \"list_date\": \"2016-10-14\",\n \"rental_price\": 1050,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"288\",\n \"bedrooms\": \"4\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 274\n }, {\n \"listing_id\": \"7fc0aa8a4e806e730e11c66fe482f101b92730d5\",\n \"address\": \"103 - TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7996,\n \"long\": 144.999\n },\n \"list_date\": \"2016-06-04\",\n \"rental_price\": 400,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"128\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 18\n }, {\n \"listing_id\": \"9d4f304451a31bae4328819abff947565ba36dbd\",\n \"address\": \"21 - VALIANT ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8013,\n \"long\": 144.9995\n },\n \"list_date\": \"2016-07-08\",\n \"rental_price\": 790,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"304\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 183\n } ]\n}\n" }, { "name": "TEST 5996049/estimates/detail?date=2017-06-30", "originalRequest": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}", "disabled": false }, { "key": "x-api-key", "value": "{{api_key}}", "disabled": false }, { "key": "Content-Type", "value": "application/json", "disabled": false } ], "body": {}, "url": { "raw": "https://{{ext_server}}/properties/5996049/estimates/detail?date=2017-06-30", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "properties", "5996049", "estimates", "detail" ], "query": [ { "key": "date", "value": "2017-06-30" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Connection", "value": "keep-alive", "name": "Connection", "description": "" }, { "key": "Content-Length", "value": "13397", "name": "Content-Length", "description": "" }, { "key": "Content-Type", "value": "application/json", "name": "Content-Type", "description": "" }, { "key": "Date", "value": "Wed, 22 Nov 2017 02:52:07 GMT", "name": "Date", "description": "" }, { "key": "Via", "value": "1.1 dc6d4687e92efc3664e6e66038fa3e6c.cloudfront.net (CloudFront)", "name": "Via", "description": "" }, { "key": "X-Amz-Cf-Id", "value": "z5A9_vRqhjFCufBnKNY6JVBrZERP9Py_RgWt8fIgphp5juoN613BHQ==", "name": "X-Amz-Cf-Id", "description": "" }, { "key": "X-Amzn-Trace-Id", "value": "sampled=1;root=1-5a14e647-a8524ee44c1d9c6aff5f159c", "name": "X-Amzn-Trace-Id", "description": "" }, { "key": "X-Cache", "value": "Miss from cloudfront", "name": "X-Cache", "description": "" }, { "key": "x-amzn-RequestId", "value": "178ff738-cf30-11e7-8fbc-8b0b207630c3", "name": "x-amzn-RequestId", "description": "" } ], "cookie": [], "body": "{\n \"property_id\": 5996049,\n \"address\": \"107 TURNER STREET ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7996,\n \"long\": 144.9992\n },\n \"estimate_date\": \"2017-06-30\",\n \"confidence\": \"Medium\",\n \"percent_fsd\": 16.7,\n \"estimate\": 1304674,\n \"estimate_high\": 1522013,\n \"estimate_low\": 1087335,\n \"property_type\": \"House\",\n \"landarea\": 203,\n \"bedrooms\": 3,\n \"bathrooms\": 1,\n \"carparks\": 0,\n \"last_sale_price\": 650000,\n \"last_sale_date\": \"2012-07-01\",\n \"is_on_market\": false,\n \"list_price\": null,\n \"list_date\": null,\n \"weekly_rent\": null,\n \"rent_date\": null,\n \"last_12_mnths_locality_data_similar_properties\": {\n \"sales\": 0,\n \"median_price\": null,\n \"high_price\": null,\n \"low_price\": null,\n \"number_similar_properties\": 0,\n \"mean_percent_return\": 11.5,\n \"mean_percent_rental_yield\": 2.3,\n \"mean_days_on_market\": 94,\n \"percent_vendor_expectation_error\": 13.7\n },\n \"comparable_sales\": [\n {\n \"sale_id\": \"a9b1ba2c760612c98037cfe0a0a60690ec9c874b\",\n \"address\": \"/85 - TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7996,\n \"long\": 144.9984\n },\n \"sale_date\": \"2017-03-02\",\n \"sale_price\": \"1430000\",\n \"landarea\": \"206\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 72,\n \"days_on_market\": 114,\n \"percent_vendor_expectation_error\": 17.5 }, {\n \"sale_id\": \"a93e14c64cbffdfc31bc587b690b9dd0d0156f0f\",\n \"address\": \"/99 TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7996,\n \"long\": 144.9989\n },\n \"sale_date\": \"2016-10-05\",\n \"sale_price\": \"1510000\",\n \"landarea\": \"202\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 28,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null }, {\n \"sale_id\": \"75f5c227b4422404c2861e1a3fc1966aabd768b0\",\n \"address\": \"/37 HUNTER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8007,\n \"long\": 144.9982\n },\n \"sale_date\": \"2016-12-23\",\n \"sale_price\": \"1125000\",\n \"landarea\": \"201\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 151,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null }, {\n \"sale_id\": \"c362aecef53fa280ccf90eb97d34b8562f733a5d\",\n \"address\": \"/2 - RICH ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7998,\n \"long\": 144.9972\n },\n \"sale_date\": \"2017-02-20\",\n \"sale_price\": \"1000000\",\n \"landarea\": \"172\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 179,\n \"days_on_market\": 97,\n \"percent_vendor_expectation_error\": 10.5 }, {\n \"sale_id\": \"031c6b95c746f75462823abbe4ea4bcbde6495d9\",\n \"address\": \"/53 TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7995,\n \"long\": 144.9974\n },\n \"sale_date\": \"2016-10-07\",\n \"sale_price\": \"1350000\",\n \"landarea\": \"202\",\n \"bedrooms\": \"4\",\n \"bathrooms\": \"1\",\n \"carparks\": \"2\",\n \"metres_from_target\": 161,\n \"days_on_market\": 87,\n \"percent_vendor_expectation_error\": 30 }, {\n \"sale_id\": \"0fdd9f8f522e4ee973c083513b5f66b30783b291\",\n \"address\": \"/60 - STAFFORD ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8007,\n \"long\": 144.9958\n },\n \"sale_date\": \"2017-04-26\",\n \"sale_price\": \"1290000\",\n \"landarea\": \"172\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 325,\n \"days_on_market\": 84,\n \"percent_vendor_expectation_error\": 7.2 }, {\n \"sale_id\": \"ec8567bcbce04e6492fb8e1427d6ea2fc1a6d0a3\",\n \"address\": \"/47 - STUDLEY ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8016,\n \"long\": 144.9956\n },\n \"sale_date\": \"2017-03-24\",\n \"sale_price\": \"1180000\",\n \"landarea\": \"155\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 387,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null }, {\n \"sale_id\": \"8e120ae02d7f39e8389e87c2aae8be3fa76467e3\",\n \"address\": \"/119 - YARRA ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8026,\n \"long\": 144.9994\n },\n \"sale_date\": \"2017-05-31\",\n \"sale_price\": \"1420000\",\n \"landarea\": \"152\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 334,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null }, {\n \"sale_id\": \"a35cd3fbed323359325f09efe33acceb024fe7db\",\n \"address\": \"/10 - VALIANT ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.801,\n \"long\": 144.9989\n },\n \"sale_date\": \"2017-01-09\",\n \"sale_price\": \"1097000\",\n \"landarea\": \"220\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"2\",\n \"metres_from_target\": 151,\n \"days_on_market\": 118,\n \"percent_vendor_expectation_error\": 9.3 }, {\n \"sale_id\": \"534fac6ec93ed80b441232f5d76321d2978d2c3c\",\n \"address\": \"/48 - ABBOTSFORD ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8017,\n \"long\": 145.0001\n },\n \"sale_date\": \"2017-02-06\",\n \"sale_price\": \"1511000\",\n \"landarea\": \"167\",\n \"bedrooms\": \"4\",\n \"bathrooms\": \"3\",\n \"carparks\": \"1\",\n \"metres_from_target\": 246,\n \"days_on_market\": null,\n \"percent_vendor_expectation_error\": null } ],\n \"comparable_sale_listings\": [\n {\n \"listing_id\": \"5315281c904f0da3e46e72098dcb69a2ec6f5348\",\n \"address\": \"59A - TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7995,\n \"long\": 144.9977\n },\n \"list_date\": \"2017-03-07\",\n \"list_price\": \"Contact Agent\",\n \"is_auction\": \"false\",\n \"landarea\": \"103\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"0\",\n \"metres_from_target\": 135\n }, {\n \"listing_id\": \"c7a12deddfc2425e9ff9d10701efb47c0934e9f2\",\n \"address\": \"25 - PATERSON ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8015,\n \"long\": 145.001\n },\n \"list_date\": \"2017-04-20\",\n \"list_price\": \"$1,500,000 - $1,600,000\",\n \"is_auction\": \"false\",\n \"landarea\": \"304\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"2\",\n \"metres_from_target\": 259\n }, {\n \"listing_id\": \"8ccc99dfb23a5705e5d1fef728aa560edff253d7\",\n \"address\": \"133 - YARRA ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8027,\n \"long\": 145.0001\n },\n \"list_date\": \"2017-06-28\",\n \"list_price\": \"$950,000-$1,050,000\",\n \"is_auction\": \"false\",\n \"landarea\": \"147\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 349\n }, {\n \"listing_id\": \"a1de0f768faabf59894d4f0b3d58c0ec934b0596\",\n \"address\": \"2 - FEDERATION LANE ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7968,\n \"long\": 144.9959\n },\n \"list_date\": \"2017-05-31\",\n \"list_price\": \"$800,000 - $880,000\",\n \"is_auction\": \"false\",\n \"landarea\": \"85\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 429\n }, {\n \"listing_id\": \"eb77eea865376914777033e7ae79f9756b4a1ce2\",\n \"address\": \"22 - LULIE ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.797,\n \"long\": 144.9957\n },\n \"list_date\": \"2017-04-07\",\n \"list_price\": \"POA\",\n \"is_auction\": \"false\",\n \"landarea\": \"94\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"0\",\n \"metres_from_target\": 429\n }, {\n \"listing_id\": \"d7d64cf7d16441b111be589578d6ce565e93aa96\",\n \"address\": \"119B - YARRA ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8026,\n \"long\": 144.9996\n },\n \"list_date\": \"2017-03-09\",\n \"list_price\": \"$1,125,000 - $1,250,000\",\n \"is_auction\": \"false\",\n \"landarea\": \"152\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"2\",\n \"carparks\": \"1\",\n \"metres_from_target\": 337\n } ],\n \"comparable_rental_listings\": [\n {\n \"listing_id\": \"466b6c771c6036bdeaff6a46548e0379cedd0414\",\n \"address\": \"236 - NICHOLSON ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8007,\n \"long\": 144.9978\n },\n \"list_date\": \"2017-04-21\",\n \"rental_price\": 375,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"220\",\n \"bedrooms\": \"4\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 174\n }, {\n \"listing_id\": \"87058c39905610f55b667c4c3ef72f61cd6c1baf\",\n \"address\": \"2 - RICH ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7998,\n \"long\": 144.9972\n },\n \"list_date\": \"2017-01-31\",\n \"rental_price\": 650,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"172\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 179\n }, {\n \"listing_id\": \"11f76b560f2ceeedcb6bea0a8cd79c4bc69d577b\",\n \"address\": \"4 - BATH ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7991,\n \"long\": 144.9981\n },\n \"list_date\": \"2016-07-08\",\n \"rental_price\": 520,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"170\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 116\n }, {\n \"listing_id\": \"941df62fb895adcf7f5fd3dc459efeb5c5425a51\",\n \"address\": \"19 - HUNTER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8019,\n \"long\": 144.9981\n },\n \"list_date\": \"2016-10-14\",\n \"rental_price\": 1050,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"288\",\n \"bedrooms\": \"4\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 273\n }, {\n \"listing_id\": \"7fc0aa8a4e806e730e11c66fe482f101b92730d5\",\n \"address\": \"103 - TURNER ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.7996,\n \"long\": 144.999\n },\n \"list_date\": \"2016-06-04\",\n \"rental_price\": 400,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"128\",\n \"bedrooms\": \"2\",\n \"bathrooms\": \"1\",\n \"carparks\": \"0\",\n \"metres_from_target\": 19\n }, {\n \"listing_id\": \"9d4f304451a31bae4328819abff947565ba36dbd\",\n \"address\": \"21 - VALIANT ST ABBOTSFORD VIC 3067\",\n \"location\": {\n \"lat\": -37.8013,\n \"long\": 144.9995\n },\n \"list_date\": \"2016-07-08\",\n \"rental_price\": 790,\n \"rental_period\": \"WEEK\",\n \"landarea\": \"304\",\n \"bedrooms\": \"3\",\n \"bathrooms\": \"1\",\n \"carparks\": \"1\",\n \"metres_from_target\": 183\n } ]\n}\n" } ] }, { "name": "PDF Report .json", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "tests[\"Body matches string\"] = responseBody.has('.pdf');" ] } } ], "request": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}" }, { "key": "x-api-key", "value": "{{api_key}}" } ], "body": {}, "url": { "raw": "https://{{ext_server}}/properties/167246/estimates/reports?response_format=json", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "properties", "167246", "estimates", "reports" ], "query": [ { "key": "response_format", "value": "json" } ] } }, "response": [] }, { "name": "Locality summary", "event": [ { "listen": "test", "script": { "type": "text/javascript", "exec": [ "var data = JSON.parse(responseBody);", "tests[\"Status code is 200\"] = responseCode.code === 200;", "tests[\"locality\"] = data.locality === \"NORTH PARRAMATTA\";", "tests[\"postcode\"] = data.postcode === \"2151\";", "tests[\"state\"] = data.state === \"NSW\";", "tests[\"property_type\"] = data.last_12_mnths_locality_data_similar_properties.property_type === \"Unit\";", "tests[\"bedrooms\"] = data.last_12_mnths_locality_data_similar_properties.bedrooms === 3;", "tests[\"median_price\"] = data.last_12_mnths_locality_data_similar_properties.median_price > 650000;", "", "", "tests[\"Content-Type is present\"] = postman.getResponseHeader(\"Content-Type\");" ] } } ], "request": { "method": "GET", "header": [ { "key": "x-token", "value": "{{token}}" }, { "key": "x-api-key", "value": "{{api_key}}" }, { "key": "Content-Type", "value": "application/json" } ], "body": {}, "url": { "raw": "https://{{ext_server}}/localities/summary?bedrooms=3&property_type=Unit&suburb=North Parramatta&postcode=2151", "protocol": "https", "host": [ "{{ext_server}}" ], "path": [ "localities", "summary" ], "query": [ { "key": "bedrooms", "value": "3" }, { "key": "property_type", "value": "Unit" }, { "key": "suburb", "value": "North Parramatta" }, { "key": "postcode", "value": "2151" } ] } }, "response": [] } ] }