Resource fields
| Field Name | Data Type | Is Nullable | Description | 
|---|---|---|---|
| id | UUID | No | |
| question_id | Question ID | No | |
| question_type | String | No | Can be SCALEorOPEN_ENDED | 
| scale | Scale Object | Yes | May be null if typeis not aSCALE | 
| open_ended | Open Ended Object | Yes | May be null if typeis not aOPEN_ENDED | 
| created_at | Date | No | |
| updated_at | Date | No | 
Scale object
| Field Name | Data Type | Is Nullable | Description | 
|---|---|---|---|
| value | Integer | No | Score | 
Open Ended object
| Field Name | Data Type | Is Nullable | 
|---|---|---|
| value | String | No |