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": [
{
"auxiliaryCompanyNames": [
{
"auxiliaryCompanyName": "<string>",
"auxiliaryCompanyRegistrationDate": "<string>",
"translationsOfTheAuxiliaryCompanyName": [
{
"translationOfTheAuxiliaryCompanyLanguage": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"translationOfTheAuxiliaryCompanyName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"translationOfTheAuxiliaryCompanyRegistrationDate": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"translationOfTheAuxiliaryCompanyLanguage": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"translationOfTheAuxiliaryCompanyName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"translationOfTheAuxiliaryCompanyRegistrationDate": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
},
{
"auxiliaryCompanyName": "<string>",
"auxiliaryCompanyRegistrationDate": "<string>",
"translationsOfTheAuxiliaryCompanyName": [
{
"translationOfTheAuxiliaryCompanyLanguage": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"translationOfTheAuxiliaryCompanyName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"translationOfTheAuxiliaryCompanyRegistrationDate": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
{
"translationOfTheAuxiliaryCompanyLanguage": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"translationOfTheAuxiliaryCompanyName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"translationOfTheAuxiliaryCompanyRegistrationDate": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
}
]
}
],
"changeDate": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"companyNameRegistrationDate": "<string>",
"companyRegistrationDate": "<string>",
"contactInformationRegistrationDate": "<string>",
"dissolutionDate": "<string>",
"dissolutionMode": "<string>",
"domicileCode": "<string>",
"domicileRegistrationDate": "<string>",
"domicileText": "<string>",
"email": "<string>",
"faxNumber": "<string>",
"industryCode": "<string>",
"industryText": "<string>",
"informationCheckedDate": "<string>",
"languageCode": "<string>",
"latestRegistrationDate": "<string>",
"legalGroupCode": "<string>",
"legalGroupText": "<string>",
"legalGroupregistrationDate": "<string>",
"parallelCompanyNames": [
{
"parallelCompanyLanguage": "<string>",
"parallelCompanyName": "<string>",
"parallelCompanyRegistrationDate": "<string>"
},
{
"parallelCompanyLanguage": "<string>",
"parallelCompanyName": "<string>",
"parallelCompanyRegistrationDate": "<string>"
}
],
"parallelIndustryTexts": [
{
"langCode": "<string>",
"text": "<string>"
},
{
"langCode": "<string>",
"text": "<string>"
}
],
"parallelLegalGroupTexts": [
{
"langCode": "<string>",
"text": "<string>"
},
{
"langCode": "<string>",
"text": "<string>"
}
],
"parallelTopDirectorFunctions": [
{
"langCode": "<string>",
"text": "<string>"
},
{
"langCode": "<string>",
"text": "<string>"
}
],
"phoneNumber": "<string>",
"postAd Curl curl -X GET 'https://api.roaring.io/fi/company/overview/1.0/:companyId' ENDPOINTS |