curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/status \
--header 'x-api-key: <api-key>'
[
{
"companyStatusId": 123,
"companyStatusType": "reorganizationOfBusinessCommenced",
"statusDate": "2023-11-07T05:31:56Z",
"statusData": "<string>",
"statusData2": "<string>",
"externalId1": "<string>",
"statusDescription": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
Gets the status of the company
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/status \
--header 'x-api-key: <api-key>'
[
{
"companyStatusId": 123,
"companyStatusType": "reorganizationOfBusinessCommenced",
"statusDate": "2023-11-07T05:31:56Z",
"statusData": "<string>",
"statusData2": "<string>",
"externalId1": "<string>",
"statusDescription": "<string>",
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
The company id
OK
The response is of type object[]
.