Export responses as Excel file
Responses / Export
Export responses as Excel file
Description
Download an Excel file with the responses of the specified project/campaign
Body
{
"projectId": "50c957e3f3e4670e361b5fca",
"campaignId": "50c957e3f3e4670e361b5fcb",
"fromDate": "2020-01-01",
"toDate": "2022-12-31",
"exportLabels": false,
"expanded": false,
"loopExpanded": false,
"exportProjectVariables": true,
"exportAudienceVariables": true,
"exportPanelVariables": true
}
where:
projectId: The id of the project.campaignId: The id of the campaign. Don’t send this field to get responses from all campaigns.fromDate: The initial date of the responses data desired.toDate: The final date of the responses data desired.exportLabels: Boolean. Specify if labels should be exported instead of numeric values for question options.expanded: Boolean. For questions with discrete variables, this option allows you to expand the export file to show each option in its own column.loopExpandedexportProjectVariablesexportAudienceVariablesexportPanelVariables
Response
HTTP 200
Excel File.
POST
Export responses as Excel file
Description
Download an Excel file with the responses of the specified project/campaignBody
projectId: The id of the project.campaignId: The id of the campaign. Don’t send this field to get responses from all campaigns.fromDate: The initial date of the responses data desired.toDate: The final date of the responses data desired.exportLabels: Boolean. Specify if labels should be exported instead of numeric values for question options.expanded: Boolean. For questions with discrete variables, this option allows you to expand the export file to show each option in its own column.loopExpandedexportProjectVariablesexportAudienceVariablesexportPanelVariables
Response
HTTP 200
Excel File.