Get list of possible salary table lines

GET /api-v1/organization/salary-table/line-names/{countryId}

Returns list of possible salary table lines grouped by calendar year

Headers

Path parameters

Responses

GET /api-v1/organization/salary-table/line-names/{countryId}
curl \
 -X GET http://wyzio.app/api-v1/organization/salary-table/line-names/{countryId} \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "key": []
}