Skip to content

Documents

kluknowledgecube edited this page May 1, 2025 · 7 revisions

Important

All examples below are based on fictional data and not related to real decisions made by municipal boards.

Decisions

decisions and pagedDecisions can contain a reference to a decision document which must be fetched separately. The decision document is in the format of Portable Document Format (PDF).

The field is named: decisionDocumentId and contains a GUID. This GUID must be used to fetch the document on the following URL:

https://gql.huslejenaevn.dk/api/decisiondocument/{decisionDocumentId}

Such as:

https://gql.huslejenaevn.dk/api/decisiondocument/e4e26f13-ca34-4c08-8169-1f17e0430742

An API key must be provided as a custom HTTP Header named X-API-KEY to fetch document.

Clone this wiki locally