Skip to content

Queries

kluknowledgecube edited this page Aug 6, 2024 · 20 revisions

Query objects

The GraphQL API endpoint exposes six query objects:

Object Description
addresses Information about specific addresses where decisions have been made about level of rent.
decisions Information about specific decisions made by municipal boards.
pagedAddresses Paged object about addresses to improve performance when querying data.
pageDecisions Paged object about decisions to improve performance when querying data.
laws Information about specific laws which are applicable for decisions made by municipal boards.
municipalities Information about specific municipalities of Denmark.

We highly recommend to use the paged objects to improve performance and limit size of responses (payload).

Clone this wiki locally