Schedule Form Export
Schedule form submission export as CSV
Authorizations
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
Headers
API Version
2021-07-28 Body
List of form IDs to be exported
["id1", "id2", "id3"]Start date for the export
"2023-01-01T00:00:00.000Z"
End date for the export
"2023-01-31T23:59:59.999Z"
ID of the location for which forms will be exported
"location1"
ID of the company
"company1"
Type of the export should be form
"form"
When true, export only external form submissions for the location/date range. When false/undefined, export regular form submissions based on formIds.
true
Response
Successful response
Success message
"The export started and when the download link is ready, it will be sent via email."