Returns the catalog of selectable Salary Certificate comments, for the Staff tab's certificate notes. commentType is a bitmask on each entry: bit 0 (1) = needs a region, bit 1 (2) = needs a date, bit 2 (4) = needs an amount.
GET
/api-v1/list/certificate-comments
curl \
--request GET 'https://wyzio.app/api-v1/list/certificate-comments'
Response examples (200)
[
{
"id": 42,
"commentType": 42,
"commentTypeTranslation": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"commentTranslation": {
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
}
}
]