Answer
#
AnswerCategory is used to group templates and customize their visibility to users
Attribute | Type | Description | Nullable |
---|---|---|---|
id | String | Identifier | false |
answers | List of strings | List of answer | false |
fileAnswers | List of objects | file list as response to file type | false |
customAnswer | String | Custom user answer | true |
comment | String | User comment to answer | true |
questionId | String | Identifier of question | false |
instanceId | String | Identifier of instance | false |
dimension | Objects | measured value (e.g. value from a catalog) | true |
updateAt | Date and time at ISO format | Date and time of the last update | true |
labels | Dictionary of strings | additional labels to the answer | true |