GET
/
datasets
/
companies
/
{companyId}
/
has-ownership-in
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/has-ownership-in \
  --header 'x-api-key: <api-key>'
[
  {
    "companyId": 123,
    "companyRegistrationNumber": "<string>",
    "registrationDate": "2023-11-07T05:31:56Z",
    "mostRecentLegalName": "<string>",
    "mostRecentPurpose": "<string>",
    "mostRecentCompanyStatusType": 123,
    "companyRepresentativeBornYear": 123,
    "industry": "<string>",
    "year1_AnnualReportPeriod": 123,
    "year1_NetSales": 123,
    "year1_OperatingProfit": 123,
    "year1_NetSalesChange": 123,
    "year1_GrossMargin": 123,
    "year1_OperatingMargin": 123,
    "year1_NetProfitMargin": 123,
    "year1_NumberOfEmployees": 123,
    "year2_AnnualReportPeriod": 123,
    "year2_NetSales": 123,
    "year2_OperatingProfit": 123,
    "year2_NetSalesChange": 123,
    "year2_GrossMargin": 123,
    "year2_OperatingMargin": 123,
    "year2_NetProfitMargin": 123,
    "year2_NumberOfEmployees": 123,
    "year3_AnnualReportPeriod": 123,
    "year3_NetSales": 123,
    "year3_OperatingProfit": 123,
    "year3_NetSalesChange": 123,
    "year3_GrossMargin": 123,
    "year3_OperatingMargin": 123,
    "year3_NetProfitMargin": 123,
    "year3_NumberOfEmployees": 123,
    "year4_AnnualReportPeriod": 123,
    "year4_NetSales": 123,
    "year4_OperatingProfit": 123,
    "year4_NetSalesChange": 123,
    "year4_GrossMargin": 123,
    "year4_OperatingMargin": 123,
    "year4_NetProfitMargin": 123,
    "year4_NumberOfEmployees": 123,
    "year5_AnnualReportPeriod": 123,
    "year5_NetSales": 123,
    "year5_OperatingProfit": 123,
    "year5_NetSalesChange": 123,
    "year5_GrossMargin": 123,
    "year5_OperatingMargin": 123,
    "year5_NetProfitMargin": 123,
    "year5_NumberOfEmployees": 123
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
OK
companyId
integer
companyRegistrationNumber
string | null
registrationDate
string | null
mostRecentPurpose
string | null
mostRecentCompanyStatusType
integer | null
companyRepresentativeBornYear
integer | null
industry
string | null
year1_AnnualReportPeriod
integer | null
year1_NetSales
integer | null
year1_OperatingProfit
integer | null
year1_NetSalesChange
number | null
year1_GrossMargin
number | null
year1_OperatingMargin
number | null
year1_NetProfitMargin
number | null
year1_NumberOfEmployees
integer | null
year2_AnnualReportPeriod
integer | null
year2_NetSales
integer | null
year2_OperatingProfit
integer | null
year2_NetSalesChange
number | null
year2_GrossMargin
number | null
year2_OperatingMargin
number | null
year2_NetProfitMargin
number | null
year2_NumberOfEmployees
integer | null
year3_AnnualReportPeriod
integer | null
year3_NetSales
integer | null
year3_OperatingProfit
integer | null
year3_NetSalesChange
number | null
year3_GrossMargin
number | null
year3_OperatingMargin
number | null
year3_NetProfitMargin
number | null
year3_NumberOfEmployees
integer | null
year4_AnnualReportPeriod
integer | null
year4_NetSales
integer | null
year4_OperatingProfit
integer | null
year4_NetSalesChange
number | null
year4_GrossMargin
number | null
year4_OperatingMargin
number | null
year4_NetProfitMargin
number | null
year4_NumberOfEmployees
integer | null
year5_AnnualReportPeriod
integer | null
year5_NetSales
integer | null
year5_OperatingProfit
integer | null
year5_NetSalesChange
number | null
year5_GrossMargin
number | null
year5_OperatingMargin
number | null
year5_NetProfitMargin
number | null
year5_NumberOfEmployees
integer | null