Exporting Root Data to Plain CSV
(introduced: version 1.1)
The above submission endpoints will give you a ZIP file with the submission data in it. This is necessary to provide all the possible related repeat table files, as well as the media files associated with the submissions. But ZIP files can be difficult to work with, and many Forms have no repeats nor media attachments.
To export just the root table (no repeat data nor media files), you can call this endpoint instead, which will directly give you CSV data.
Please see the above endpoint for notes on dealing with Managed Encryption.
Path parameters
The numeric ID of the Project
The xmlFormId of the Form being referenced.
Query parameters
If provided, will filter responses to those matching the given OData query. Only certain fields are available to reference. The operators lt, le, eq, neq, ge, gt, not, and, and or are supported, and the built-in functions now, year, month, day, hour, minute, second.
Response
OK