WEii-API (3.0.0)

Download OpenAPI specification:Download

Deze API berekent de WEii van een gebouw op basis van het werkelijke, gemeten energiegebruik en het gebruiksoppervlakte van het gebouw.

Om de API te gebruiken heeft u een API-key nodig. Deze kunt u hier aanvragen.

Voor documentatie van de API versie 1.0.0 klik hier.

/building

Authorizations:
bearerAuth
Request Body schema: application/json
year
required
integer >= 2017

Year of measurement of all meters.

required
object

The building for which the WEii should be calculated.

Responses

Request samples

Content type
application/json
{
  • "year": 2017,
  • "building": {
    }
}

Response samples

Content type
application/json
{
  • "building": {
    },
  • "WEii": {
    },
  • "other": {
    },
  • "notifications": [
    ]
}