Pages
Shows information regarding pages for a survey.
Table Specific Information
Select
You must specify the survey Id for this view to see page information for the survey. The 本製品 will execute other filters client-side in memory.
For example, the following query is processed server side:
SELECT * FROM Pages WHERE SurveyId = '1231231' SELECT * FROM Pages WHERE SurveyId = '1231231' AND Id = '1234567'
Columns
Name | Type | Description |
Id [KEY] | String | The Id of the page. |
SurveyId | String | The Id of the survey. |
Title | String | The title of the page. |
Description | String | The description of the page. |
Position | Integer | The ordinal position of the page. |
QuestionCount | Integer | The number of questions in this page. |