Skip to main content
POST
Download project responses

Description

Downloads an Excel file containing the responses of a survey.

Body

where:
  • projectId: The id of the project. Required.
  • fromDate: The initial date of the responses data desired. Required.
  • toDate: The final date of the responses data desired. Required.
  • filter: Array of applied filters. Same as the Fetch responses with filter applied request. Optional.

Response

200 OK

Xlsx File.

400 Bad Request

ProjectId, fromDate and/or toDate are missing.

401 Unauthorized

The user doesn’t have permissions.

500 Internal Server Error

Error occurred while processing the request.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Authorization token

Accept
string

Body

application/json

The body is of type object.

Response

Download cleaning sytem responses

The response is of type object.