Submissions
Export Submissions (CSV)
Export submissions as CSV. Requires forms-read
.
POST
Export Submissions (CSV)
Download a CSV file containing submissions for the specified form.
Authentication & Scope
Requires forms-read
ability.
Request
Path Parameters
Parameter | Type | Description |
---|---|---|
id | number | Numeric ID of the form. |
Body Parameters
Field | Type | Required | Description |
---|---|---|---|
columns | object | Yes | Keys are field IDs (or created_at ); values are booleans indicating whether to include the column in the export. |
Example payload exporting two fields and the created_at timestamp:
Response
200 OK
– Returns a CSV file download. The response’s Content-Type
will be text/csv
and include the Content-Disposition
header.
403 Forbidden
– The token lacks forms-read
or you don’t have access.
Authorizations
Personal Access Token
Path Parameters
Body
application/json
Response
200
CSV File