Housing Company API (1.0)

Download OpenAPI specification:

Introduction

Housing Company API provides access to the housing company registry.

Contact

If you have any questions, comments or feedback regarding our APIs, please contact developer@ovipro.fi.

Housing Company

Housing Company API allows you to fetch housing companies.

Get a housing company

Get housing company data.

Authorizations:
bearerAuth
path Parameters
businessId
required
string
Example: 1234567-8

Business ID of the housing company.

header Parameters
Request-ID
required
string <uuid> ^([0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[8...
Example: 9031d1c5-7d40-41dd-b2b8-7919a2fc4fe9

A unique id which identifies the HTTP request. The value of this header must be created by the client. This identifier is used for troubleshooting purposes.

Responses

Response samples

Content type
application/json
{
  • "businessIdentification": {
    },
  • "name": "As Oy Tammentie",
  • "address": {
    },
  • "plot": {
    },
  • "constructionYear": 1980,
  • "buildings": [
    ],
  • "energyCertificate": {
    },
  • "apartmentCount": 10,
  • "businessPremisesCount": 10,
  • "parkingSpaceDescription": "One parking space for each apartment",
  • "pastRenovations": [
    ]
}