---
title: "Changes to List form definitions"
method: GET
path: "/api/forms/{formId}/definitions"
---

# Changes to List form definitions

`GET /api/forms/{formId}/definitions`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 7 revisions.

- **2026-08-27** `01bd299fd100` — 1 breaking, 11 info
- **2025-11-21** `50eff5014b78` — 1 breaking, 3 info
- **2025-03-24** `fbc3fe6ecbf1` — 3 warning, 1 info

## Changes

- **2026-08-27** `01bd299fd100` — 1 breaking, 11 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the new optional `query` request parameter `createdFrom`
  - added the new optional `query` request parameter `createdTo`
  - added the new optional `query` request parameter `modifiedFrom`
  - added the new optional `query` request parameter `modifiedTo`
  - added the new optional `query` request parameter `sortBy`
  - added the new optional `query` request parameter `sortDir`
  - added the optional property `items` to the response with the `200` status
  - added the optional property `page` to the response with the `200` status
  - added the optional property `pageSize` to the response with the `200` status
  - added the optional property `totalPages` to the response with the `200` status
  - added the optional property `totalRecords` to the response with the `200` status
- **2025-11-21** `50eff5014b78` — 1 breaking, 3 info
  - removed the media type `application/problem+json` for the response with the status `400`
  - added the optional property `items/customQuestions` to the response with the `200` status
  - added the optional property `items/requiresReCaptcha` to the response with the `200` status
  - added the optional property `items/themeModel` to the response with the `200` status
- **2025-03-24** `fbc3fe6ecbf1` — 3 warning, 1 info
  - removed the optional property `items/customQuestions` from the response with the `200` status
  - removed the optional property `items/requiresReCaptcha` from the response with the `200` status
  - removed the optional property `items/themeModel` from the response with the `200` status
  - added the media type `application/problem+json` for the response with the status `400`

---

[Operation](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/docs/api/forms/:formId/definitions/get.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/definitions/get)
