Get list of possible contribution table lines

GET /api-v1/organization/contribution-table/lines/{countryId}

Returns list of possible contribution table lines grouped by calendar year

Headers

Path parameters

Responses

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