The Responses view at admin.insito.app → your project → Responses lists every submitted response across all your surveys, newest first.Documentation Index
Fetch the complete documentation index at: https://docs.insito.app/llms.txt
Use this file to discover all available pages before exploring further.
Columns
| Column | Meaning |
|---|---|
| Submitted | When the user tapped Submit. Local timezone. |
| Survey | Which survey produced the response. |
| User | The userId passed to MicroSurvey.identify(). Clickable — opens that respondent’s full history. |
| Platform | ios, android, etc. from identify(). |
| App version | From identify(). |
| Preview | First answer’s value, truncated. Click the row for full details. |
Detail view
Click any row to open the response detail panel. Shows:- Full answer transcript — every question + the user’s answer, in display order.
- Respondent metadata — userId, platform, app version, plus any
metadatayou set inidentify(). - Timing — when the survey was shown vs. when the response landed.
Filters
- Survey — narrow to one survey at a time.
- Date range — last 7 / 30 / 90 days or custom.
- Platform — iOS / Android / both.
- App version — single or range.
- Search — free text across answers (matches open-text answers and multiple-choice option labels).
Bulk export
Top-right → Export CSV. Same shape as the analytics export but for all filtered responses, not just one survey. Pro+ plans can export the full data set. Free plans are capped at the most recent 100 responses.Respondent history
Click anyuserId to jump to the respondent detail view. Shows:
- All responses from this user across all surveys.
- All screens visited (if you’ve enabled screen tracking).
- Identify metadata — last
identify()payload received from this user.
Privacy
- The dashboard never displays raw PII unless your
identify()payload contains it (we recommend it doesn’t). - Free-text answers are stored as-is; if you collect anything sensitive, scrub it before submission.
- Use the GDPR delete endpoint to fully purge a user from the system on request.