questions list.answer values:null - nothing answered yet"" - answered with an empty value[] - a PEOPLE_GROUP_BOX answered with nobody selectedactive: false marks a "forgotten" answer: a question that is no longer asked on the questionnaire but still has an answer stored from before.DATE answers are calendar dates (YYYY-MM-DD), not timestamps.NUMBER answers are returned as strings, exactly as the client entered them.curl --location '/v1/matters//answers'{
"matter": "matter_60320E3DF65D4CD1897B1A0CBC4BA5EE",
"pages": [
{
"id": "page_3E4F5A6B7C8D49E0A1B2C3D4E5F60718",
"title": "Welcome",
"questions": []
},
{
"id": "page_4F5A6B7C8D9E40F1B2C3D4E5F6071829",
"title": "Your Wishes",
"questions": [
{
"id": "question_5A6B7C8D9E0F41A2B3C4D5E6F7081930",
"label": "Do you have a current will?",
"type": "YES_NO",
"active": true,
"answer": "Yes"
},
{
"id": "question_6B7C8D9E0F1A42B3C4D5E6F708192A41",
"label": "Where is your will stored?",
"type": "SHORT_TEXT",
"active": true,
"answer": "Safety deposit box at First National"
},
{
"id": "question_7C8D9E0F1A2B43C4D5E6F708192A3B52",
"label": "Date the will was signed",
"type": "DATE",
"active": true,
"answer": "2019-04-30"
},
{
"id": "question_8D9E0F1A2B3C44D5E6F708192A3B4C63",
"label": "How much do you want us to focus on tax planning?",
"type": "HIGH_MED_LOW",
"active": true,
"answer": "High"
},
{
"id": "question_9E0F1A2B3C4D45E6F708192A3B4C5D74",
"label": "Number of properties you own",
"type": "NUMBER",
"active": true,
"answer": "3"
},
{
"id": "question_0F1A2B3C4D5E46F708192A3B4C5D6E85",
"label": "Who should receive the family cabin?",
"type": "PEOPLE_GROUP_BOX",
"active": true,
"answer": [
{
"id": "contact_1A2B3C4D5E6F47889900AABBCCDDEEFF",
"name": "Alice Smith"
},
{
"id": "contact_2B3C4D5E6F708899AABBCCDDEEFF0011",
"name": "Bob Jones"
}
]
},
{
"id": "question_1A2B3C4D5E6F47089192A3B4C5D6E7F9",
"label": "Anything else we should know?",
"type": "LONG_TEXT",
"active": true,
"answer": null
},
{
"id": "question_2B3C4D5E6F70481929A3B4C5D6E7F80A",
"label": "Do you own a business? (no longer asked)",
"type": "CHECKBOX_WITH_TEXT_INPUT",
"active": false,
"answer": "Yes - Smith Consulting LLC"
}
]
},
{
"id": "page_5A6B7C8D9E0F41A2B3C4D5E6F7081930",
"title": "Documents",
"questions": []
}
]
}