Table Type: Metadata
Contains survey form definitions.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The unique identifier of the survey form. |
| name | string | The name of the survey form. | |
| modified_date | datetime | The date the survey form was last modified. | |
| published | boolean | Whether the survey form is published. | |
| disabled | boolean | Whether the survey form is disabled. | |
| context_id | string | The context ID of the survey form. | |
| language | string | The language of the survey form. | |
| self_uri | string | The API URI of the survey form. | |
| db_last_updated | datetime | When this record was last updated in UTC. | |
| db_when_created | datetime | Required | When this record was created in UTC. |
| db_when_deleted | datetime | When this record was deleted in UTC or NULL. |
