SurveyDetails
Displays detailed information regarding surveys.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The Id of the survey. |
| Title | String | False |
The title of the survey. |
| Nickname | String | False |
The nickname of the survey. |
| Owner | String | False |
The Id of the survey owner. |
| Category | String | False |
The category of the survey. |
| Language | String | False |
The ISO 639-1 code for the survey language. |
| QuestionCount | String | False |
The number of questions in the survey. |
| PageCount | String | False |
The number of pages in the survey. |
| DateCreated | Datetime | False |
The date that the survey was created. |
| DateModified | Datetime | False |
The date that the survey was modified. |
| ButtonsTextNextButton | String | False |
Button text. |
| ButtonsTextPrevButton | String | False |
Button text. |
| ButtonsTextExitButton | String | False |
Button text. |
| ButtonsTextDoneButton | String | False |
Button text. |
| Preview | String | False |
The survey preview URL. |
| FolderId | String | False |
If applicable, the Id of the folder the survey is in. |
| EditUrl | String | False |
The survey edit URL. |
| CollectUrl | String | False |
The survey collect URL. |
| AnalyzeUrl | String | False |
The survey analyze URL. |
| SummaryUrl | String | False |
The survey summary URL. |
| Href | String | False |
The Resource API URL. |
| ResponseCount | String | False |
The number of responses the survey has received. |
| Footer | Bool | False |
Indicates whether SurveyMonkey’s footer is displayed. |
| ThemeId | Int64 | False |
The Id of the theme used to create the survey, if a theme was used. |
| TemplateId | String | False |
The Id of the template used to create the survey, if a template was used. |
| CustomVariables | String | False |
The dictionary of survey variables. |
| Pages | String | False |
An aggregate array containing each quiz page. |
| FromTeamTemplateId | String | False |
The team survey template to copy from. |
| FromTemplateId | String | False |
The survey template to copy from (required if 'from_survey_id' is not provided). |
| FromSurveyId | String | False |
The survey Id to copy from (required if 'from_template_id' is not provided). |
| QuizOptions | String | False |
An object describing the quiz settings, if this survey is a quiz. |