Complete Validation Notifications
Background
Workflows
Invalidations
Validations
Notification Schema
Property | Data Type | Description |
---|---|---|
surveyid | integer | id of survey (group) this complete is associated with |
jobid | integer | id of job this complete is associated with |
verificationstatus | string | validated OR invalidated |
verificationdatetime | datetime ISO8601 | datetime of complete verification |
token | string | InnovateMR id of survey transaction |
pid | string | unique respondent ID |
details | string | details of verification |
Notification Example
{
"surveyid": 345133,
"jobid": 874729,
"verificationstatus": "invalidated"
"verificationdatetime": "2021-07-05T16:57:08.143Z",
"token": "T36MxJadfwdjWgviuBLNX8B",
"pid": "respondentabc123",
"details": "open end text was copy pasted"
}
{
"surveyid": 59989,
"jobid": 14317,
"verificationstatus": "validated"
"verificationdatetime": "2021-07-03T06:08:17.129Z",
"token": "29ddJadfwdjWgviuBLNX8B",
"pid": "ac104b37-29dd-49f0-ada7-720ffc345627",
"details": ""
}
How to subscribe to these notifications?
cmplVerificationNotifyURL
to the URL that you want to receieve these notifications atcmplVerificationNotifyMethod
to POST