v1

latestOpenAPI 3.0.12026-07-26331033.7 KB
Submissions

Export Submissions (CSV)

Export submissions as CSV. Large exports are processed asynchronously. Requires forms-read.

post/open/forms/{id}/submissions/export

Path parameters

idnumber required

Request body

columnsobject required

Object mapping field IDs to booleans to include columns in CSV.

Response

Synchronous export (CSV file) or asynchronous export (job status)

string binary required

CSV file download for small forms

OR

Example response

{
  "message": "Export started. Large export will be processed in the background.",
  "job_id": "export_abc123def456",
  "is_async": true
}