Skip to main content

Export answers to CSV file.

POST 

/v2/export-csv

Example:

curl --request POST
--url https://api.app.zentake.com/v2/export-csv?type=raw_text
--header 'Content-Type: application/json'
--header 'X-API-KEY: <your_api_key>'
--header 'X-API-SECRET: <your_api_secret>'
--header 'X-API-VERSION: v2.1'
--data '{ "id": "2535b722-6cac-40a9-9ace-ee62d38d0595" }'

X-API-VERSION: v2.1 opts into the unified flat response export format. v2.1 orders questions by page, section, row, then question; exports all table rows using the existing per-column-per-row header contract; joins repeated-block answers with ; ; and renders checkbox confirmation questions as confirmed when checked and blank otherwise. Omit the header to keep the legacy response shape.

RESPONSE:

"Client ID,First Name,Last Name,Email,Sent at,Completed at,Archived,Someone add respond couple audience those goal. Indeed at remember table look strong.
38,Brian,Young,walkerstephen@gmail.com,2023-04-19 20:14:23.362018,False,Fake name
"

Request

Responses