Export Responses In CSV
Once the responses are collected into the survey2connect platform, be it from SMS, Email or any other channel, the data can be exported back using our RESTFul APIs.
POST
https://{env}.survey2connect.com/v2/api/surveys/{sur_id}/responses/csv
Path Parameters
Name
Type
Description
env*
String
Datacenter identifier for client
sur_id*
String
id of the survey
Query Parameters
Name
Type
Description
skip
Number
Number of records to be skipped.
limit
Number
Total Number of records to be retrieved
Headers
Name
Type
Description
Authorization
String
Bearer {access_token}
Request Body
Name
Type
Description
responseIds
Array
List of ids of responses to be exported.
status
Array
Status of responses to be exported.
labels
String
Decides whether the value will be recoded value or the actual value
dateFilter
String
Filter for date
collectorIds
Array
Ids of the collectors
Last updated
Was this helpful?