Question Response
Question Responses represent the "answer" being provided to a specific question and the rules specific to how it should be presented to the user.
The Question Response Object
Attributes
responseIdstring:requiredThe unique identifier of the response.
responsestring:requiredThe response value chosen by the user.
questionIdstring:requiredThe unique identifier of the question that the response belongs to.
followUpQuestionsstring:requiredA list of Question Objects that should be presented to the user if this response is chosen.
Example
{
"responseId": "quesqr_a8549f8cf0e64cb3b3d2c48bd7e764ca",
"response": "Never",
"questionId": "quesqu_ad43bf224b3a4158a0333b54ed25a47f",
"followUpQuestions": []
}Updated over 1 year ago

