Subsidiary Structure
Get a list of subsidiaries.
Get the list of subsidiaries of a company.
get/api/v2/companies/{id}/subsidiarystructure
Path parameters
idinteger required
The id of the company requested.
Query parameters
hasDomainboolean nullable
When set to true (default), only companies with a valid domain will be returned.
Response
Success
Example response
[
{
"Parent": {
"SPCompanyId": 5412,
"CompanyId": 5412,
"CompanyName": "Microsoft"
},
"CompanyName": "Microsoft Corporation",
"Domain": "microsoft.com",
"SPCompanyId": "4213455",
"CompanyId": 453,
"CyberRating": "B",
"IsMonitored": true,
"MonitorCount": 3,
"Industry": {
"IndustryId": 5412,
"IndustryName": "Manifacturing"
},
"Tags": [
{
"Id": 30818,
"Name": "Data Breach"
}
]
}
]