get
https://api.smartsurvey.io/v2/surveys//exports/latest/download/
Downloads the latest export of a given type for a survey.
Note: This endpoint has 10 seconds of caching on it to prevent customers polling this excessively. Ideally this should be called
on an infrequent schedule corresponding to an export schedule but with at least 30 seconds allowance for caching to expire.Report Types
| Report Type | Value |
|---|---|
| Raw Data as CSV file (.csv) | 1 |
| Raw Data as Excel File (.xlsx) | 5 |
| Raw Data as TSV file (tab-delimited) - (.txt) | 7 |
| Raw Data as SPSS file - (.sav) | 8 |
| Summary Data as Excel file (.xlsx) | 2 |
| Summary Report as Word file (.doc) | 6 |
| Cross Tab Data as Excel file (.xlsx) | 3 |
| All Individual Responses as PDF file (.pdf) | 4 |
| All Individual Responses as Doc file (.doc) | 9 |
