JSON request for retrieving submissions

Created by Alex C, Modified on Mon, 22 Dec, 2025 at 7:50 PM by Alex C

  • 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
  • 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
    • 401
      • Auth error
        • No token or user inactive, etc
    • 403
      • Access denied for this report
        • Report not added or does not exist
    • 200
      • All is fine, and you have a CSV as the output

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article