> For the complete documentation index, see [llms.txt](https://docs.altum.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altum.ai/financieren/huurreferentie-api/changelog.md).

# Changelog

### 1.04 - 10-6-2024

* Nieuwe ingangen:
  * weight\_innersurfacearea (0-1)
  * weight\_recency (0-1)
  * weight\_distance (0-1)

### 1.03 - 28-5-2024

* Nieuwe ingangen:
  * furnished\_target (0, 1)
  * garden\_target (0, 1)
* Twee nieuwe 400-aanvragen wanneer de bovenstaande gegevens niet zijn opgegeven en u referentiehuizen wilt krijgen met dezelfde tuin en ingericht met het doel.

### 1.02 - 5-3-2024

* Nieuwe ingangen:&#x20;
  * reference\_number (10-30)
  * date\_limit (6-60 in maanden)
  * window\_limit (boolean - als de geretourneerde referenties zich in het binnenvenster van het doel moeten bevinden)
  * furnished (boolean - 1 als de geretourneerde referenties dezelfde inrichting moeten hebben als het doel - als deze bestaat, dan genegeerd)&#x20;
  * garden (boolean - 1 als de geretourneerde referenties dezelfde tuin moeten hebben (tuin hebben of niet) met het doel - als deze bestaat, dan genegeerd)&#x20;
* Een gewichtssysteem toegevoegd dat vergelijkbaar is met de IR API, gebaseerd op binnenste (0,8), afstand (0,8), recentheid (0,5).
* Indexeer de prijzen op basis van de bovenstaande index en alle berekeningen worden gemaakt op basis van de geïndexeerde prijs.

### 1.01 - 5-2-2024

* Twee nieuwe outputs toegevoegd per referentieobject, de price\_per\_sqm2 en de collection\_date.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.altum.ai/financieren/huurreferentie-api/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
