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