Table Type: Metadata
Contains the list of all survey answer options for survey questions.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The survey answer option id |
| form_id | string | The ID of the survey form this answer option belongs to. | |
| group_id | string | The ID of the survey question group this answer option belongs to. | |
| question_id | string | The ID of the survey 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 survey answer option. |
| value | int32 | The value of the survey answer option. |
