Sign in

Export responses as JSON

documented

Export responses for a form in JSON format.

GET /api_v1/responses/export/{FORMID}.jsonResponsesno 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}}.json?date_from={{$date_from}}&date_to={{$date_to}}&query={{$query}}&page={{$page}}&limit={{$limit}}' \
  -X GET \
  -H 'Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json'