Questionnaire
questions object[]
Questionnaire
{
"questions": [
{
"defaultSubQuestions": [
{}
],
"description": "Shipment readiness",
"freeTextAnswer": "Not good but acceptable",
"id": "abc-123",
"options": [
{
"id": "string",
"otherOptionText": "Acceptable",
"questions": [
{}
],
"selected": "true",
"text": "Yes"
}
],
"questionType": "single select",
"responseId": "1a2b3c",
"validation": {
"mandatory": "true"
}
}
]
}