Surveys
Displays information regarding surveys.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
The Id of the survey. |
| Title | String | True |
The title of the survey. |
| Nickname | String | True |
The nickname of the survey. |
| Category | String | True |
The category of the survey. |
| DateCreated | Datetime | True |
The date that the survey was created. |
| DateModified | Datetime | True |
The date that the survey was modified. |
| FolderId | String | True |
If specified, adds the survey to the folder with that Id. |
| IsOwner | Boolean | True |
Indicates whether the user is the owner of the survey. |
| Language | String | True |
The language of the survey. |
| QuestionCount | Int | True |
The number of questions in the survey. |
| ResponseCount | Int | True |
The number of responses the survey has received. |