---
title: "Send a reminder for answer requests"
method: PATCH
path: "/api/questionnaires/{id}/requests/reminder"
tags: ["Questionnaire request"]
---

# Send a reminder for answer requests

`PATCH /api/questionnaires/{id}/requests/reminder`

Notifies the answering companies that their answers are still outstanding, and records when they were last reminded. The questionnaire must belong to the calling company, and every id must be one of its answer requests — otherwise nothing is sent. An empty `requestIds` reminds every request on the questionnaire. Only requests that are still open or awaiting changes are notified; ids in any other state are accepted and skipped, so a batch containing only completed requests succeeds without sending anything. Each notified company receives an in-app notification and an email. Reminding a large questionnaire fans out one message per open request.

## Path parameters

- `id` string, required

## Request body

- object
  - `requestIds` string[], required

## Response `204`

No content

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
