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
Changes
Changed in 3 of the 54 revisions of this API.15
- ○
api operation id
Exporting Root Data to Plain CSVremoved and replaced withexportRootDataToPlainCsvapi-operation-id-removed
- ○
- ○
added the media type
application/zipfor the response with the status200response-media-type-added
- ○
removed the non-success response with the status
403response-non-success-status-removed
- ○
- ▲
removed the media type
application/zipfor the response with the status200response-media-type-removed
- ○
api operation id
exportRootDataToPlainCsvremoved and replaced withExporting Root Data to Plain CSVapi-operation-id-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲