---
title: "Get a list of subsidiaries."
method: GET
path: "/api/v2/companies/{id}/subsidiarystructure"
tags: ["Subsidiary Structure"]
---

# Get a list of subsidiaries.

`GET /api/v2/companies/{id}/subsidiarystructure`

Get the list of subsidiaries of a company.

## Path parameters

- `id` integer, required

## Query parameters

- `hasDomain` boolean, nullable

## Response `200`

Success

- SubsidiaryOfCompany[]
  - `Parent` SubsidiaryParentCompany, nullable
    - `SPCompanyId` integer — The unique identifier of the parent S&P company data.
    - `CompanyId` integer — The unique identifier of the parent company.
    - `CompanyName` string — The name of the parent company.
  - `CompanyName` string — The name of the company.
  - `Domain` string — The domain of the company.
  - `SPCompanyId` string — The unique identifier of the company in the S&P system.
  - `CompanyId` integer, nullable — The unique identifier of the company.
  - `CyberRating` string — The company's cyber rating.
  - `IsMonitored` boolean — Indicates whether the company is monitored or not.
  - `MonitorCount` integer, nullable — Represents the number of times the company has been monitored.
  - `Industry` Industry, nullable
    - `IndustryId` integer — The unique identifier of this industry.
    - `IndustryName` string — The name of the industry.
  - `Tags` TagLite[] — A list of RSI or DBI tags associated with the company.
    - `Id` integer — The unique identifier of the tag.
    - `Name` string — The name of tag.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/revisions/7dadaba760fb/schema)
