curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/se/contributions-employement-service \
--header 'x-api-key: <api-key>'
[
{
"period": 123,
"contributionType": "<string>",
"amount": 123,
"iso4217CurrencyCode": "<string>",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
Lists contributions from Swedish employment service for the company
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/se/contributions-employement-service \
--header 'x-api-key: <api-key>'
[
{
"period": 123,
"contributionType": "<string>",
"amount": 123,
"iso4217CurrencyCode": "<string>",
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
The company id
OK
The response is of type object[]
.