Table Type: Metadata
Contains the list of all the answer options for questions.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The answer option id |
| form_id | string | The ID of the form this answer option belongs to. | |
| group_id | string | The ID of the group this answer option belongs to. | |
| question_id | string | The ID of the question this answer option belongs to. | |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | When this record was first created in UTC. | |
| db_when_deleted | datetime | If the record was deleted in Genesys, then the field will store when CX Vizz discovered this, otherwise it will be NULL | |
| text | string | Primary Key | The text of the answer option. |
| value | int32 | The value of the answer option. |
