Skip to main content
POST
Export responses as Excel file

Description

Download an Excel file with the responses of the specified project/campaign

Body

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.
  • loopExpanded
  • exportProjectVariables
  • exportAudienceVariables
  • exportPanelVariables

Response

HTTP 200 Excel File.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required
Accept
string

Body

application/json

The body is of type object.

Response

Successful response