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": [ { "address": "<string>", "changeDate": "<string>", "coAddress": "<string>", "commune": "<string>", "communeCode": "<string>", "companyDeregistrationDate": "<string>", "companyId": "<string>", "companyName": "<string>", "companyRegistrationDate": "<string>", "countryCode": "<string>", "email": "<string>", "faxNumber": "<string>", "industryCode": "<string>", "industryText": "<string>", "legalGroupCode": "<string>", "legalGroupText": "<string>", "numberCompanyUnits": "<integer>", "numberEmployeesInterval": "<string>", "phoneNumber": "<string>", "postAddress": "<string>", "postCoAddress": "<string>", "postCommune": "<string>", "postCommuneCode": "<string>", "postTown": "<string>", "postZipCode": "<string>", "statusCode": "<string>", "statusTextHigh": "<string>", "topDirectorFunction": "<string>", "topDirectorName": "<string>", "town": "<string>", "visitAddress": "<string>", "visitTown": "<string>", "visitZipCode": "<string>", "webAddress": "<string>", "zipCode": "<string>" }, { "address": "<string>", "changeDate": "<string>", "coAddress": "<string>", "commune": "<string>", "communeCode": "<string>", "companyDeregistrationDate": "<string>", "companyId": "<string>", "companyName": "<string>", "companyRegistrationDate": "<string>", "countryCode": "<string>", "email": "<string>", "faxNumber": "<string>", "industryCode": "<string>", "industryText": "<string>", "legalGroupCode": "<string>", "legalGroupText": "<string>", "numberCompanyUnits": "<integer>", "numberEmployeesInterval": "<string>", "phoneNumber": "<string>", "postAddress": "<string>", "postCoAddress": "<string>", "postCommune": "<string>", "postCommuneCode": "<string>", "postTown": "<string>", "postZipCode": "<string>", "statusCode": "<string>", "statusTextHigh": "<string>", "topDirectorFunction": "<string>", "topDirectorName": "<string>", "town": "<string>", "visitAddress": "<string>", "visitTown": "<string>", "visitZipCode": "<string>", "webAddress": "<string>", "zipCode": "<string>" } ], "status": { "code": "<integer>", "text": "<string>" } }



Curl
curl -X GET 'https://api.roaring.io/dk/company/overview/1.0/:companyId'

ENDPOINTS