question
| Name | Type | Description |
|---|---|---|
| id | string | Question identifier |
| text | string | Question text |
| type | string | Question type |
| required | boolean | Is the question required |
| options | string | Different answer options separated by a semicolon |
| position | integer | |
| size | integer | |
| default_value | string | Default value |
| parent_question | ||
| parent_answer_expected |