Occurs when a respondent did not meet the criteria to respond and was directed to the alternative thank you page.
| Name | Description | Type | Additional information |
|---|---|---|---|
| SurveyId |
The respondent has completed this survey |
integer | |
| Respondent |
The respondent who triggered the event |
Respondent | |
| WebhookId |
The id of the webhook which triggered this request |
integer | |
| EventName |
The EventName which triggered this request |
string | |
| Links |
HATEOAS related to this object. It wil contain relevant url's such as previous and next page for paged results, create/update/delete action. These url's can be used in your application for the next steps in your application logic. |
Hateoas |
{
"SurveyId": 1,
"Respondent": {
"RespondentId": 1,
"SurveyId": 2,
"LanguageCode": "sample string 3",
"RespondentStatusId": 4,
"ResponseDate": "2025-10-30T07:33:07.2966783Z",
"CompletionTime": 5,
"DistributionMethodId": 6,
"BrowserId": 64,
"OsId": 64,
"IsMobile": true,
"IpAddress": "sample string 8",
"RespondentReportUrl": "sample string 9",
"ReportUrl": "sample string 10",
"EditUrl": "sample string 11",
"Responses": [
{
"QuestionId": 3,
"DataLabel": "sample string 4",
"ResponseId": 5,
"Value": "sample string 6",
"Tags": [
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
},
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
}
],
"ScaleValue": 1,
"Score": 7.0,
"ResponseCaption": "sample string 8"
},
{
"QuestionId": 3,
"DataLabel": "sample string 4",
"ResponseId": 5,
"Value": "sample string 6",
"Tags": [
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
},
{
"TagId": 1,
"SentimentScore": 1,
"SalienceScore": 1.1,
"TaggedByTextMining": true
}
],
"ScaleValue": 1,
"Score": 7.0,
"ResponseCaption": "sample string 8"
}
],
"Location": {
"Latitude": 2.0,
"Longitude": 3.0,
"CountryId": "sample string 4",
"City": "sample string 5"
},
"Score": 12.1,
"RespondentHash": "sample string 13",
"PanelistStatusId": 15,
"ContactStatusId": 16,
"DateAdded": "2025-10-30T07:33:07.2966783Z",
"DateInvited": "2025-10-30T07:33:07.2966783Z",
"DateSawMail": "2025-10-30T07:33:07.2966783Z",
"DateClickedThrough": "2025-10-30T07:33:07.2966783Z",
"DateReminded": "2025-10-30T07:33:07.2966783Z",
"DateRemindedPartial": "2025-10-30T07:33:07.2966783Z",
"DateResponded": "2025-10-30T07:33:07.2966783Z",
"Password": "sample string 17",
"DateSentThankYouMail": "2025-10-30T07:33:07.2966783Z",
"DateToBeInvited": "2025-10-30T07:33:07.2966783Z",
"DateSecondReminder": "2025-10-30T07:33:07.2966783Z",
"DateToExpire": "2025-10-30T07:33:07.2966783Z",
"DateLastModified": "2025-10-30T07:33:07.2966783Z",
"Surveys": [
{
"SurveyId": 2,
"Title": "sample string 3",
"PanelistStatusId": 4,
"DateAdded": "2025-10-30T07:33:07.2966783Z",
"PanelistReportUrl": "sample string 5"
},
{
"SurveyId": 2,
"Title": "sample string 3",
"PanelistStatusId": 4,
"DateAdded": "2025-10-30T07:33:07.2966783Z",
"PanelistReportUrl": "sample string 5"
}
],
"Groups": [
{
"GroupId": 2,
"Name": "sample string 3"
},
{
"GroupId": 2,
"Name": "sample string 3"
}
],
"LangCode": "en",
"ContactId": 19,
"FirstName": "John",
"LastName": "Doe",
"Email": "john.doe@mail.com",
"CustomField1": "sample string 20",
"CustomField2": "sample string 21",
"CustomField3": "sample string 22",
"CustomField4": "sample string 23",
"CustomField5": "sample string 24",
"CustomField6": "sample string 25",
"CustomField7": "sample string 26",
"CustomField8": "sample string 27",
"CustomField9": "sample string 28",
"CustomField10": "sample string 29",
"CustomField11": "sample string 30",
"CustomField12": "sample string 31",
"CustomField13": "sample string 32",
"CustomField14": "sample string 33",
"CustomField15": "sample string 34",
"CustomField16": "sample string 35",
"CustomField17": "sample string 36",
"CustomField18": "sample string 37",
"CustomField19": "sample string 38",
"CustomField20": "sample string 39",
"Street": "Main Street",
"HouseNumber": "123",
"Suite": "B",
"PostalCode": "98765-4321",
"City": "Anytown",
"State": "CA",
"Province": "Orange County",
"Phone": "+1-202-555-0117",
"CountryId": "US",
"Gender": "M",
"DateOfBirth": "2025-10-30T07:33:07.2966783Z",
"IsBounced": true,
"IsOptedOut": true
},
"WebhookId": 3,
"EventName": "sample string 4"
}