---
title: "Exporting Form Submissions to CSV via POST"
method: POST
path: "/v1/projects/{projectId}/forms/{xmlFormId}/draft/submissions.csv.zip"
tags: ["Draft Submissions"]
---

# Exporting Form Submissions to CSV via POST

`POST /v1/projects/{projectId}/forms/{xmlFormId}/draft/submissions.csv.zip`

Identical to [the non-Draft version](/central-api-submission-management/#exporting-form-submissions-to-csv-via-post) of this endpoint.

## Path parameters

- `projectId` number, required
- `xmlFormId` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Exporting Form(Draft) Submissions to CSV via POST` removed and replaced with `exportDraftFormSubmissionsToCsvViaPost`
- **2025-10-27** `b11b54eea487` — 2 info
  - added the media type `application/zip` for the response with the status `200`
  - removed the non-success response with the status `403`
- **2025-03-13** `e8c2858fd4eb` — 1 breaking, 2 info
  - removed the media type `application/zip` for the response with the status `200`
  - api operation id `exportDraftFormSubmissionsToCsvViaPost` removed and replaced with `Exporting Form(Draft) Submissions to CSV via POST`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/projects/:projectId/forms/:xmlFormId/draft/submissions.csv.zip/post.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/d4f5ba77f644/schema)
