---
title: "Changes to List a questionnaire's answer requests"
method: GET
path: "/api/questionnaires/{id}/requests"
---

# Changes to List a questionnaire's answer requests

`GET /api/questionnaires/{id}/requests`

> Every recorded change to this endpoint, newest first.
> 21 revisions in range; 1 not diffed.

## Timeline

Changed in 3 of 21 revisions.

- **2026-08-26** `b815f1f4e5bf` — 5 warning, 16 info
- **2026-08-24** `60f934498ae2` — 1 breaking, 9 info
- **2026-08-13** `8b48cb95655b` — 1 info

## Changes

- **2026-08-26** `b815f1f4e5bf` — 5 warning, 16 info
  - added the new `COMPLETED` enum value to the `data/items/status` response property for the response status `200`
  - added the new `DELETED` enum value to the `data/items/status` response property for the response status `200`
  - added the new `IN_REVIEW` enum value to the `data/items/status` response property for the response status `200`
  - added the new `OPEN` enum value to the `data/items/status` response property for the response status `200`
  - added the new `REQUEST_CHANGES` enum value to the `data/items/status` response property for the response status `200`
  - added the optional property `data/items/agents` to the response with the `200` status
  - added the optional property `data/items/createdAt` to the response with the `200` status
  - added the optional property `data/items/dueDate` to the response with the `200` status
  - added the optional property `data/items/lastReminded` to the response with the `200` status
  - added the optional property `data/items/relationshipType` to the response with the `200` status
  - added the optional property `data/items/supplyChainTier` to the response with the `200` status
  - added the optional property `data/items/updatedAt` to the response with the `200` status
  - added the optional property `data/items/vendors` to the response with the `200` status
  - the response property `data/items/forCompanyId` became required for the status `200`
  - the response property `data/items/onBehalfOfCompanyId` became required for the status `200`
  - the response property `data/items/questionnaireId` became required for the status `200`
  - the response property `data/items/status` became required for the status `200`
  - response property `data/items/forCompanyId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/onBehalfOfCompanyId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/questionnaireId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/status` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-08-24** `60f934498ae2` — 1 breaking, 9 info
  - removed the required property `meta` from the response with the `200` status
  - added the optional property `expected` to the response with the `400` status
  - added the optional property `expected` to the response with the `401` status
  - added the optional property `expected` to the response with the `403` status
  - added the optional property `expected` to the response with the `404` status
  - added the optional property `metadata` to the response with the `400` status
  - added the optional property `metadata` to the response with the `401` status
  - added the optional property `metadata` to the response with the `403` status
  - added the optional property `metadata` to the response with the `404` status
  - added the required property `metadata` to the response with the `200` status
- **2026-08-13** `8b48cb95655b` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/retraced/apis/api-reference/docs/api/questionnaires/:id/requests/get.md) · [API](https://skmtc.dev/retraced/apis/api-reference.md) · [Page](https://skmtc.dev/retraced/apis/api-reference/changes/api/questionnaires/:id/requests/get)
