Sign in

Export responses as CSV

documented

Export responses for a form in CSV format.

GET /api_v1/responses/export/{FORMID}.csvResponsesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://app.formassembly.com/api_v1/responses/export/{{$FORMID}}.csv?date_from={{$date_from}}&date_to={{$date_to}}&filter={{$filter}}&response_ids={{$response_ids}}&page={{$page}}&page_size={{$page_size}}" -X GET -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" -H "Accept: text/csv"