Skip to main content
GET
/
datasets
/
companies
/
{companyId}
/
se
/
salary-contributions
Salary contributions
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/se/salary-contributions \
  --header 'x-api-key: <api-key>'
[
  {
    "year": 123,
    "period": "<string>",
    "contributionType": "<string>",
    "sumSEK": 123
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json

OK

year
integer
period
string | null
contributionType
string | null
sumSEK
number
I