Use the dashboard route map for support, testing, and direct navigation.
Overview
Use the dashboard route map for support, testing, and direct navigation.
Key points
- Public-key surveys use /s/{publicKey}.
- Legacy public surveys use /public/survey/{id}.
- The secure workspace begins at /dashboard.
- Survey routes cover properties, edit, preview, results, response report, and aggregate report.
- Global routes cover Results, Invitations, Users, Usage, and Settings.
Recommended procedure
- Identify the relevant survey, link, response, job, or route context.
- Use the reference value exactly as defined.
- Confirm the deployed API uses the same enum or identifier.
- Update dependent documentation and tests when the value changes.
Technical reference
Observed dashboard routes
/dashboard
/dashboard/surveys
/dashboard/surveys/new
/dashboard/surveys/{surveyId}
/dashboard/surveys/{surveyId}/edit
/dashboard/surveys/{surveyId}/preview
/dashboard/surveys/{surveyId}/results
/dashboard/surveys/{surveyId}/results/{responseId}
/dashboard/surveys/{surveyId}/report
/dashboard/results
/dashboard/invitations
/dashboard/users
/dashboard/usage
/dashboard/settings
Troubleshooting
An unknown value appears
Display it safely, do not treat it as success, and update the reference.
A value has different meaning in production
Correct the article from the authoritative server contract.