Views and Endpoints#
Survey views are accessed by appending the view name to the Survey URL
(e.g. /my-survey/@@viewer).
UI views#
View |
Permission |
Purpose |
|---|---|---|
|
|
Landing page with navigation to survey tools. |
|
|
Public survey rendering and submission. |
|
|
Embed-friendly viewer for iframes (requires embedding allowed). |
|
|
SurveyJS Creator visual editor. |
|
|
Results listing and export controls. |
|
|
Detailed view of a single submission. |
|
|
Manage form versions (preview, restore, download). |
|
|
AI Generator UI. |
|
|
PDF form importer (beta). |
|
|
Global Forms control panel. |
Service endpoints#
View |
Permission |
Purpose |
|---|---|---|
|
|
Return the current form JSON. |
|
|
Save form JSON from the editor. |
|
|
Submit a survey response. |
|
|
Return stored submissions with metadata. |
|
|
Return only submission payloads. |
|
|
Download current form JSON as an attachment. |
|
|
Download all stored submissions as JSON. |
|
|
Download all stored submissions as CSV. |
|
|
Download a single submission in a selected format. |
|
|
Send export email for a single submission. |
|
|
POST a single submission to the configured endpoint. |
|
|
Clear all stored submissions. |
|
|
Return JSON for a single submission. |
|
|
Delete selected submissions. |
|
|
Download a specific form version. |
|
|
Restore a previous form version. |
|
|
Lock or unlock a form version. |
|
|
Delete a form version. |
|
|
Upload a form version JSON file. |
|
|
Return JSON for a form version. |
|
|
Generate a form JSON via AI. |
|
|
Save the AI-generated form JSON. |
|
|
Refine a form JSON via AI. |
|
|
Import a form from a PDF. |