Gå til hovedinnhold

Retrieve Information related to Housing Company Units

GET 

/companies/housing-company-units

Housing Company Units Endpoint

Overview

This API returns information about units (bruksenheter) tied to housing companies (boligselskap)

It supports fetching data for a single property, section, housing-association-unit or for a batch of housing association units.

The main purpose of this API is to list all units tied to a housing company and to provide a mapper between the housing company and the units it owns / manages.

Example Request

curl -X 'GET' \
'https://apis.propcloud.no/api/public/companies/housing-company-units?property-id-nma-main=0301-210-56-0-0&org-id=913418719' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'

Response Description

KeyDescriptionBeskrivelseSource
propertyIdUnique identifier for the propertyUnik identifikator for eiendommen.
Feltet heter MatrikkelenhetId i Matrikkelen
Kartverket
propertyIdNmaMainIf the object in question is a section or housing association unit, this field gives the main property the object is tied toHvis objektet er en seksjon eller borettslagsenhet, gir dette feltet hoved-eiendommen som objektet er knyttet tilPropCloud
propertyIdNmaSectionFor sectioned properties
Unique identifier for the property, generated by PropCloud based on:
city number, ground number, usage number, lease number and section number
For seksjoner
Unik identifikator for eiendommen generert av PropCloud basert paa:
kommunenummer, gaardsnummer, bruksnummer, festenummer og seksjonsnummer
PropCloud
organizationNumberUnique identifier for the organizationUnik identifikator for organisasjonenEnhetsregisteret
batchIdUnique identifier for the batchUnik identifikator for batchenPropCloud
unitIdUnique identifier for the unit within the propertyUnik identifikator for bruksenheten. Feltet heter BruksenhetId i MatrikkelenKartverket
housingAssociationIdUnique identifier for the housing association unit, formatted as organization number-share number, i.e. "924758716-4"Unik identifikator for borettslagsandelen, formatert som organisasjonsnummer-andelsnummer, i.e. "924758716-4"PropCloud
housingAssocationOrganizationIdOrganization ID of the housing association.Organisasjons-ID for borettslaget
housingAssociationShareNumberThe share number within the housing association.Andelsnummeret i borettslagetFinn.no
housingAssociationNameName of the housing association.Navn pa borettslagetFinn.no
orgIdUnique identifier for the organizationUnik identifikator for organisasjonenEnhetsregisteret

Request

Responses

Successful Response