Fetch company group structure
GET {{baseUrl}}/:companyId
AsOfDate supported
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"records": [
{
"changeDate": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"countryCode": "<string>",
"groupCompanies": [
{
"companyId": "<string>",
"companyLevel": "<integer>",
"companyName": "<string>",
"countryCode": "<string>",
"motherCompanyId": "<string>",
"ownedPercentageInterval": "<double>",
"ownedVotePercentageInterval": "<double>"
},
{
"companyId": "<string>",
"companyLevel": "<integer>",
"companyName": "<string>",
"countryCode": "<string>",
"motherCompanyId": "<string>",
"ownedPercentageInterval": "<double>",
"ownedVotePercentageInterval": "<double>"
}
]
},
{
"changeDate": "<string>",
"companyId": "<string>",
"companyName": "<string>",
"countryCode": "<string>",
"groupCompanies": [
{
"companyId": "<string>",
"companyLevel": "<integer>",
"companyName": "<string>",
"countryCode": "<string>",
"motherCompanyId": "<string>",
"ownedPercentageInterval": "<double>",
"ownedVotePercentageInterval": "<double>"
},
{
"companyId": "<string>",
"companyLevel": "<integer>",
"companyName": "<string>",
"countryCode": "<string>",
"motherCompanyId": "<string>",
"ownedPercentageInterval": "<double>",
"ownedVotePercentageInterval": "<double>"
}
]
}
],
"status": {
"code": "<integer>",
"text": "<string>"
}
} |
ENDPOINTS