---
title: "Changes to Create a new submission"
method: POST
path: "/api/forms/{formId}/submissions"
---

# Changes to Create a new submission

`POST /api/forms/{formId}/submissions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 7 revisions.

- **2026-02-06** `a99906323223` — 1 breaking, 1 warning
- **2025-11-21** `50eff5014b78` — 2 breaking, 4 warning, 2 info
- **2025-03-24** `fbc3fe6ecbf1` — 2 breaking, 2 warning, 4 info

## Changes

- **2026-02-06** `a99906323223` — 1 breaking, 1 warning
  - added `#/components/schemas/BasePublicSubmissionRequest` to the request body `allOf` list
  - removed `#/components/schemas/BaseSubmissionRequest` from the request body `allOf` list
- **2025-11-21** `50eff5014b78` — 2 breaking, 4 warning, 2 info
  - added `#/components/schemas/BaseSubmissionRequest, subschema #2` to the request body `allOf` list
  - the request's body type/format changed from `object`/`` to ``/``
  - removed the request property `currentPage`
  - removed the request property `isComplete`
  - removed the request property `jsonData`
  - removed the request property `metadata`
  - removed the non-success response with the status `404`
  - added the optional property `allOf[#/components/schemas/SubmissionModel]/submittedBy` to the response with the `201` status
- **2025-03-24** `fbc3fe6ecbf1` — 2 breaking, 2 warning, 4 info
  - added the new required request property `jsonData`
  - the request's body type/format changed from ``/`` to `object`/``
  - removed `#/components/schemas/BasePublicSubmissionRequest, subschema #2` from the request body `allOf` list
  - removed the optional property `allOf[#/components/schemas/SubmissionModel]/submittedBy` from the response with the `201` status
  - added the new optional request property `currentPage`
  - added the new optional request property `isComplete`
  - added the new optional request property `metadata`
  - added the non-success response with the status `404`

---

[Operation](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/docs/api/forms/:formId/submissions/post.md) · [API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [Page](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/forms/:formId/submissions/post)
