Logo
Roaring API Documentation

Find history overview by company id

GET {{baseUrl}}/history/:companyId?fromDate=2016-12-11&toDate=2018-02-21

Changes of the company within specified date range. The range includes from and excludes to.

 

Body PARAM

Key Datatype Required Description 
fromDate
string beginning of the date range (including), iso 8601 format
toDate
string ending of the date range (excluding), iso 8601 format



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "records": [ { "address": "<string>", "changeDate": "<string>", "coAddress": "<string>", "commune": "<string>", "communeCode": "<string>", "companyDeregistrationDate": "<string>", "companyHolder": "<string>", "companyId": "<string>", "companyName": "<string>", "companyRegistrationDate": "<string>", "county": "<string>", "email": "<string>", "employerContributionReg": "<boolean>", "employerContributionRegDate": "<string>", "faxNumber": "<string>", "industryCode": "<string>", "industryText": "<string>", "legalGroupCode": "<string>", "legalGroupText": "<string>", "numberCompanyUnits": "<integer>", "numberEmployeesInterval": "<string>", "phoneNumber": "<string>", "preliminaryTaxReg": "<boolean>", "preliminaryTaxRegDate": "<string>", "severalCompanyName": "<boolean>", "statusCode": "<string>", "statusDateFrom": "<string>", "statusTextDetailed": "<string>", "statusTextHigh": "<string>", "topDirectorFunction": "<string>", "topDirectorName": "<string>", "town": "<string>", "vatReg": "<boolean>", "vatRegDate": "<string>", "visitAddress": "<string>", "visitCommune": "<string>", "visitCounty": "<string>", "visitStreet": "<string>", "visitTown": "<string>", "visitZipCode": "<string>", "webAddress": "<string>", "zipCode": "<string>" }, { "address": "<string>", "changeDate": "<string>", "coAddress": "<string>", "commune": "<string>", "communeCode": "<string>", "companyDeregistrationDate": "<string>", "companyHolder": "<string>", "companyId": "<string>", "companyName": "<string>", "companyRegistrationDate": "<string>", "county": "<string>", "email": "<string>", "employerContributionReg": "<boolean>", "employerContributionRegDate": "<string>", "faxNum
Curl
curl -X GET 'https://api.roaring.io/se/company/overview/2.0/history/:companyId?fromDate=2016-12-11&toDate=2018-02-21?fromDate=2016-12-11&toDate=2018-02-21'

ENDPOINTS