Get roles of owners of a company
GET/companies/roles
Company Owner Roles Endpoint
Overview
This endpoint retrieves the roles of a company, such as chairman (styreleder), board member (styremedlem), CEO (daglig leder) etc.
Example Request
- Fetch with both organization number and batch id
curl -X 'GET' \
'https://apis.propcloud.no/api/public/companies/roles?organization-number=810556722&batch-id=0' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
- Fetch with only organization number
curl -X 'GET' \
'https://apis.propcloud.no/api/public/companies/roles?organization-number=810556722&batch-id=0' \
-H 'accept: application/json' \
-H 'api-key: YOUR_API_KEY'
Response Description
| Key | Description | Beskrivelse | Source |
|---|---|---|---|
name | The name of the person / company | Navnet paa personen / selskapet | Enhetsregisteret |
entityType | Whether the role is occupied by a physical or legal person | Om rolleinnehaver er en fysisk eller juridisk person. Feltet er "Person" om det er en fysisk person. Feltet er "Organisasjon" om det er en juridisk person | Enhetsregisteret |
roleName | The role name of the person / company | Rollenavnet til personen / selskapet | Enhetsregisteret |
roleCode | The role code of the person / company | Rollekode for personen / selskapet | Enhetsregisteret |
roleOwnerId | If the role is occupied by a legal person, this field will contain its organization id | Hvis rollen er besatt av en juridisk person, vil dette feltet inneholde organisasjonsnummeret til selskapet | Enhetsregisteret |
personId | Unique identifier for the owner | Unik identifikator for personen eller selskapet | Kartverket |
organizationNumber | Unique identifier for the organization | Unik identifikator for organisasjonen | Enhetsregisteret |
batchId | Unique identifier for the batch of records | Unik identifikator for batchen | PropCloud |
Request
Responses
- 200
- 422
Successful Response
Validation Error