How can we help you?

FeraSurvey Dashboard Route Reference

Product: FeraSurvey Topic: Reference Versions: Applies to all documented versions Current

Use the dashboard route map for support, testing, and direct navigation.

Audience: Support, developers, and administrators
Editorial status: Public
Product: FeraSurvey

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

  1. Identify the relevant survey, link, response, job, or route context.
  2. Use the reference value exactly as defined.
  3. Confirm the deployed API uses the same enum or identifier.
  4. 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.

Related documentation