- Request the body in JSON format
{
"token":"your-token-here",
"exportFormat":1,
"dateStart":"2021-03-31",
"dateStop":"2021-04-30"
}- token
- This is mandatory
- exportFormat
- This is optional
- Values can be 0, 1 or 2
- 0 = Export CSV file with multiple value questions as one row
- 1 = Export CSV file with multiple value questions as one row and with a static number of columns.
- Typically useful if you have logic added to your survey to keep every export consistent
- 2 = CSV Export file with multiple value questions over multiple rows
- dateStart
- This is optional
- ISO format YYYY-MM-DD
- dateStop
- This is optional
- ISO format YYYY-MM-DD
- token
- API responses HTTP CODES:
- 400
- Incorrect request.
- If there's a specific error such as exportFormat incorrect or Wrong date then there will be an error message
- Incorrect request.
- 401
- Auth error
- No token or user inactive, etc
- Auth error
- 403
- Access denied for this report
- Report not added or does not exist
- Access denied for this report
- 200
- All is fine, and you have a CSV as the output
.png)
- All is fine, and you have a CSV as the output
- 400
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article