GET
/api-v1/swissdec/salary-declaration/{jobKey}
curl \
--request GET 'https://wyzio.app/api-v1/swissdec/salary-declaration/{jobKey}'
Response examples (200)
{
"jobKey": "string",
"dispatched": true,
"jobFinished": true,
"resultStatus": "ACCEPTED",
"lastPolledDate": "2026-05-04T09:42:00Z",
"createdDate": "2026-05-04T09:42:00Z",
"domains": [
{
"domain": "AHV_AVS",
"institutionIdRef": "string",
"state": "IGNORED",
"endUserInformation": "string",
"detailInformation": "string",
"canton": "string"
}
]
}