Survey Response Input
- JSON example
-
Here’s an example for a single question.
{ "invitationId": "0Kixx0000004MWaCAM", "invitationUuid": "11845-39854594-3438", "surveyDeveloperName": "sample_survey", "languageCode": "en", "flowInterviewState" : "state1", "navigationAction" : "Next", "surveyPageResponses" : { "name" : "p_ff794819_c0f0_4e0d_b357_29ca1694cfc4", "questionResponses" : [ { "name": "q_113419b1_5d29_4bb9_8b10_e3fe324ae040", "questionType" : "MultiChoice", "responses" : [{"name" : "c_9775c2e5_9086_44a8_a5c9_89fdc886c99a"}, {"name" : "c_0f1f63cc_608a_4560_9d29_72b203f195f2"}] } ] } }
- Properties
-
Name Type Description Required or Optional Available Version flowInterviewState String State of the flow interview. Required v1 invitationId String ID of the survey invitation. Required v1 invitationUuid String Random ID of the survey invitation that’s generated for enhanced security. Required v1 languageCode String Code of the language to get the survey page or question details. Optional v1 navigationAction String Possible values are:- Back—Navigate to the previous survey page.
- Next—Navigate to the next survey page.
Required v1 surveyDeveloperName String Name of the survey. Required v1 surveyPageResponses Survey Page Response Input Responses to the survey questions on a page. Required v1