curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/se/sni \
--header 'x-api-key: <api-key>'
[
{
"sni_2007Code": "<string>",
"sni_2007Name": "<string>",
"rank": 123,
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
Get the companys industry codes as per Swedish Standard Industrial Classification (SNI)
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/se/sni \
--header 'x-api-key: <api-key>'
[
{
"sni_2007Code": "<string>",
"sni_2007Name": "<string>",
"rank": 123,
"firstSeenAtUtc": "2023-11-07T05:31:56Z",
"lastSeenAtUtc": "2023-11-07T05:31:56Z",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
The company id
OK
The response is of type object[]
.