GET
/
datasets
/
companies
/
{companyId}
/
purpose
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"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
OK
companyPurposeId
integer
purpose
string | null
firstSeenAtUtc
string | null
lastUpdatedAtUtc
string