Export submissions as CSV. Requires forms-read
.
forms-read
ability.
Parameter | Type | Description |
---|---|---|
id | number | Numeric ID of the form. |
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. |
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.Personal Access Token
CSV File