GET
/
datasets
/
companies
/
{companyId}
/
se
/
contributions-employement-service
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"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
OK
period
integer
contributionType
string | null
amount
number
iso4217CurrencyCode
string | null
lastUpdatedAtUtc
string