Logo
Roaring API Documentation

Find overview by company id

GET {{baseUrl}}/:companyId

It supports date parameter to find overview up to date

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "records": [ { "bankruptcy": "<boolean>", "changeDate": "<string>", "companyId": "<string>", "companyName": "<string>", "compulsorySettlementOrLiquidation": "<boolean>", "contact": { "webAddress": "<string>" }, "enhetsregisteretRegDate": "<string>", "foretaksregisteretReg": "<boolean>", "foundationRegDate": "<string>", "frivillighetsregisteretReg": "<boolean>", "industry": { "code": "<string>", "text": "<string>" }, "insekt": { "code": "<string>", "text": "<string>" }, "language": "<string>", "latestPublishedAnnualReportYear": "<string>", "legalGroup": { "code": "<string>", "text": "<string>" }, "motherCompanyId": "<string>", "numberCompanyUnits": "<integer>", "numberEmployees": "<integer>", "postAddress": { "address": "<string>", "communeCode": "<string>", "communeText": "<string>", "countryCode": "<string>", "countryText": "<string>", "town": "<string>", "zipCode": "<string>" }, "registeredAddress": { "address": "<string>", "communeCode": "<string>", "communeText": "<string>", "countryCode": "<string>", "countryText": "<string>", "town": "<string>", "zipCode": "<string>" }, "removed": "<boolean>", "removedDate": "<string>", "settlementReg": "<boolean>", "stiftelseregisteretReg": "<boolean>", "topDirectorFunction": "<string>", "topDirectorName": "<string>", "vatReg": "<boolean>" }, { "bankruptcy": "<boolean>", "changeDate": "<string>", "companyId": "<string>", "companyName": "<string>", "compulsorySettlementOrLiquidation": "<boolean>", "contact": { "webAddress": "<string>" }, "enhetsregisteretRegDate": "<string>", "foretaksregisteretReg": "<boolean>", "foundationRegDate": "<string>", "frivillighetsregisteretReg": "<boolean>", "industry": { "code": "<string>", "text": "<string>" }, "insekt": { "code": "<string>", "text": "<string>" }, "language": "<string>", "latestPublishedAnnualReportYear": "<string>", "legalGroup": { "code": "<string>", "text": "<string>" }, "motherCompanyId": "<string>", "numberCompanyUnits": "<integer>", "numberEmployees": "<integer>", "postAddress": { "address": "<string>", "communeCode": "<string>", "communeText": "<string>", "countryCode": "<string>", "countryText": "<string>", "town": "<string>", "zipCode": "<string>" }, "registeredAddress": { "address": "<string>", "communeCode": "<string>", "communeText": "<string>", "countryCode": "<string>", "countryText": "<string>", "town": "<string>", "zipCode": "<string>" }, "removed": "<boolean>", "removedDate": "<string>", "settlementReg": "<boolean>", "stiftelseregisteretReg": "<boolean>", "topDirectorFunction": "<string>", "topDirectorName": "<string>", "vatReg": "<boolean>" } ], "status": { "code": "<integer>", "text": "<st
Curl
curl -X GET 'https://api.roaring.io/no/company/overview/3.0/:companyId'

ENDPOINTS