Versions Compared

Key

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

...

Version

Date

Details

2.0

 

Initial launch of v.2.0

2.0.1

 

Changed error codes - we are now providing more fine grained error response codes, e.g. using 400, 404 and 415 in some cases. You may be checking for specific codes (eg. 404) instead of 4xx generally. You should use a 4xx check.

Error message JSON format change - we have standardised the JSON format for error messages to the following:

{“message”: “Some error message”}

Previously some of the calls returned just a string containing the error message.

2.0.2

 

Added support for property images.  Refer new resource /v2/property/images

Added ability to pass property attributes in with request for PDF AVM Report.

2.0.3

Added support for property search using GNAF Address PID.  Refer new resource /v2/properties/search/gnaf

2.04

 

Standardised data type to string for property_id parameter in requests and responses for all endpoints. (see 2020-06 API v2 changes for details)

2.05

Added dwelling_count to property details for Units and Unit Blocks.

2021-07-20 Addition of dwelling counts for multi-dwelling developments

2.06

Added support for property_type (House | Unit) parameter for estimate and estimate/detailed to override the property type stored for the property in our DB.

...