Open the dialog of an institution that answered the status with DialogAndResult (GetDialog): returns the dialog messages to be answered, or its processing / error / not-supported state
Ask AI
POST
/api-v1/swissdec/salary-declaration/{jobKey}/institutions/{domainStatusId}/dialog
curl \
--request POST 'https://wyzio.app/api-v1/swissdec/salary-declaration/{jobKey}/institutions/{domainStatusId}/dialog'
Response examples (200)
{
"domainStatusId": 42,
"domain": "AHV_AVS",
"institutionIdRef": "string",
"institutionName": "string",
"state": "OPEN",
"fetchedDate": "2026-05-04T09:42:00Z",
"expectedAvailability": "2026-05-04T09:42:00Z",
"endUserInformation": "string",
"detailInformation": "string",
"responseId": "string",
"requestId": "string",
"notifications": [
{
"level": "WARNING",
"qualityLevel": "string",
"descriptionCode": "string",
"description": "string",
"stage": "STATUS"
}
],
"messages": [
{
"storyId": "string",
"standardDialogId": "string",
"creation": "2026-05-04T09:42:00Z",
"title": "string",
"description": "string",
"sections": [
{
"sectionId": "string",
"heading": "string",
"description": "string"
}
],
"paragraphs": [
{
"id": 42,
"label": "string",
"sectionIdRef": "string",
"valueType": "STRING",
"value": "string",
"answerType": "STRING",
"answerDefault": "string",
"answerValue": "string",
"answerOptional": true,
"problem": "string"
}
]
}
]
}