Export survey responses
GET/survey/:siteId/:formId/csv
Export responses from surveys created in the Widget Studio in CSV format
Request
Path Parameters
siteId int64required
The Id of the site
Example: 999999
formId int64required
The Id of the widget
Example: 999999
Responses
- 200
- 204
- 400
- 500
CSV file generated successfully
- */*
- Schema
Schema
string
No content available for the requested survey
- */*
- Schema
Schema
string
Bad request
Internal server error
Loading...