GET
/
v1
/
renovations
/
{renovation_id}
/
overview

The selected renovation items can be found within the resulting tree-like object. This object includes a summary and a details subobject.

Summary

The summary subobject contains basic information like the total estimated cost for the renovation, the estimated VAT cost and possible subsidy amounts.

Details

The details subobject contains the actual overview and outline of the renovation and its selected items. This object itself consists of a few nested objects that divide the renovation in logical divisions. General items can be found within the general nested object, room items within rooms and so on. derived is a rather special category, as it contains items that were not explicitly selected by the user, but derived by the system. These mainly give information about projected demolition costs, architecture costs and additional installation costs among others. Please check out the Renovation Tree Structure on more info how renovation items relate to eachother.

The renovation items themselves are included as a next step in these divisions or nodes. Of course, these are the most interesting objects within the renovation overview object. These items are defined by the RenovationItemMetadata type in our system.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

renovation_id
string
required

Response

200 - application/json

The response is of type object.