Gå til hovedinnhold
This API is legacy. It stays available for existing integrations; new work uses the Placepoint API.
Note! This documentation is automatically generated. Information may be incomplete or contain errors, especially screenshots and code samples. We'd love your feedback: use the "Did you find what you were looking for?" widget below, the chat in the bottom right, or email support@placepoint.no - we'll get back to you as soon as we can.

Retrieve sub-units of an organization and its subsidiaries

GET 

/companies/overview/sub-units

Company Sub-Units Overview Endpoint

Overview

This API returns all sub-units registered under a given organization and its subsidiaries.

It resolves the full ownership structure for the organization (including subsidiaries) to collect all associated organization numbers, then returns the corresponding sub-unit records.

The endpoint supports the following query parameters:

  • organization-number: The organization number of the company to fetch sub-unit data for. / Organisasjonsnummeret til selskapet man ønsker underenhetdata for.
  • only-majority-ownership: When set to true, only subsidiaries with ownership >50% are included. Defaults to false (all subsidiaries included). / Når satt til true, inkluderes kun datterselskaper med eierandel over 50%. Standard er false (alle datterselskaper inkluderes).

Example Request

curl -X 'GET' \
'https://apis.propcloud.no/api/public/companies/overview/sub-units?organization-number=915994415' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'

Response Description

KeyDescriptionBeskrivelseSource
orgIdUnique identifier for the organizationUnik identifikator for organisasjonenEnhetsregisteret
orgNameThe name of the sub-unitNavnet paa underenhetenEnhetsregisteret
orgTypeCodeThe type code of the organization (e.g., BEDR for branch unit)Typekode for organisasjonen (f.eks. BEDR for underenhet til næringsdrivende)Enhetsregisteret
orgTypeDescDescription of the organization typeBeskrivelse av organisasjonstypenEnhetsregisteret
industryCodeNACE industry classification code for the sub-unit's business activitiesNACE-industri klassifiseringskode for underenhetens virksomhetEnhetsregisteret
industryCodeDescDescription of the business activities corresponding to the NACE industry codeBeskrivelse av virksomhetsaktivitetene som tilsvarer NACE-industri kodenEnhetsregisteret
numEmployeesNumber of employees registered at the sub-unitAntall ansatte registrert paa underenhetenEnhetsregisteret
homepageThe URL of the sub-unit's official websiteNettadressen til underenhetens offisielle nettstedEnhetsregisteret
streetNameThe street address of the sub-unitGateadressen til underenhetenEnhetsregisteret
postalLocationThe postal location of the sub-unit's addressPoststedet for underenhetens adresseEnhetsregisteret
postalNumberThe postal code of the sub-unit's addressPostnummeret for underenhetens adresseEnhetsregisteret
cityThe city where the sub-unit is locatedByen der underenheten er lokalisertEnhetsregisteret
cityNumberThe municipality number where the sub-unit is locatedKommunenummeret der underenheten er lokalisertKartverket
countryThe country where the sub-unit is locatedLandet der underenheten er lokalisertEnhetsregisteret
countryCodeISO country code for the country where the sub-unit is locatedISO-landskode for landet der underenheten er lokalisertEnhetsregisteret
registrationDateThe date when the sub-unit was registeredDatoen da underenheten ble registrertEnhetsregisteret
startDateThe date when the sub-unit started operationsDatoen da underenheten startet sin virksomhetEnhetsregisteret
mainUnitThe organization number of the parent (main) unitOrganisasjonsnummeret til overenheten (hovedenheten)Enhetsregisteret
addressCleanedThe cleaned and formatted full address of the sub-unitDen rensede og formaterte fulle adressen til underenhetenPropCloud
propertyIdNmaUnique identifier for the property, generated by PropCloud based on: city number, ground number, usage number, lease number, and section numberUnik identifikator for eiendommen generert av PropCloud basert paa: kommunenummer, gaardsnummer, bruksnummer, festenummer og seksjonsnummerPropCloud
latLatitude coordinate of the unit.Breddegrad koordinat for enheten.Kartverket
lonLongitude coordinate of the unit.Lengdegrad koordinat for enheten.Kartverket

Request

Responses

Successful Response

Note! This documentation is automatically generated. Information may be incomplete or contain errors, especially screenshots and code samples. We'd love your feedback: use the "Did you find what you were looking for?" widget below, the chat in the bottom right, or email support@placepoint.no - we'll get back to you as soon as we can.