Skip to main content

Answer

Answer#

Category is used to group templates and customize their visibility to users


AttributeTypeDescriptionNullable
idStringIdentifierfalse
answersList of stringsList of answerfalse
fileAnswersList of objectsfile list as response to file typefalse
customAnswerStringCustom user answertrue
commentStringUser comment to answertrue
questionIdStringIdentifier of questionfalse
instanceIdStringIdentifier of instancefalse
dimensionObjectsmeasured value (e.g. value from a catalog)true
updateAtDate and time at ISO formatDate and time of the last updatetrue
labelsDictionary of stringsadditional labels to the answertrue
Example:
[
{
"answers": {
"id": "5ed7690ad812710006cebef8",
"tenant": "",
"answers": [
"1 option"
],
"fileAnswers": [],
"comment": "User comment",
"questionId": "5ed26894d812710006ce93dc",
"instanceId": "5ed768ced812710006cebef4",
"dimension": {
"dimensionId": 0,
"dimensionName": ""
},
"updateAt": "2020-06-03T09:10:34.787"
}
}
]