Submissions

Exporting Root Data to Plain CSV via POST

(introduced: version 1.1)

This endpoint is useful only for Forms under Project Managed Encryption.

As with GET to .csv just above, this endpoint will only return CSV text data, rather than a ZIP file containing ore or more files. Please see that endpoint for further explanation.

As with POST to .csv.zip it allows secure submission of decryption passkeys. Please see that endpoint for more information on how to do this.

post/v1/projects/{projectId}/forms/{xmlFormId}/submissions.csv

Path parameters

projectIdnumber required

The numeric ID of the Project

xmlFormIdstring required

The xmlFormId of the Form being referenced.

Query parameters

$filterstring

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 CSV via POST removed and replaced with exportRootDataToPlainCsvViaPost

      api-operation-id-removed

    • added the media type application/zip for the response with the status 200

      response-media-type-added

    • removed the non-success response with the status 403

      response-non-success-status-removed

  • e8c2858fd4eb12See the full diff
    • removed the media type application/zip for the response with the status 200

      response-media-type-removed

    • api operation id exportRootDataToPlainCsvViaPost removed and replaced with Exporting Root Data to Plain CSV via POST

      api-operation-id-removed

    • added the non-success response with the status 403

      response-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