---
title: "List Correction Preference Suggestions"
method: GET
path: "/teacher/correction-preferences/suggestions"
tags: ["Correction preference suggestions"]
---

# List Correction Preference Suggestions

`GET /teacher/correction-preferences/suggestions`

Current state of these suggestions.

The card reads this on mount rather than trusting the message it is
attached to: a preference saved three weeks ago may have been undone
since, and the message still says « enregistrée ». Unknown ids — someone
else's, or deleted — are silently absent rather than an error, so one
stale id cannot blank a whole card.

## Query parameters

- `ids` string, required — Comma-separated suggestion ids, as carried by the chat message that created them.

## Response `200`

Successful Response

- CorrectionPreferenceSuggestionsResponse
  - `suggestions` CorrectionPreferenceSuggestionResponse[], required
    - `id` string, required
    - `title` string, required
    - `statement` string, required
    - `status` string, required
    - `declined_at` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

## Changes

> 15 revisions in range; 1 not diffed.

- **2026-09-16** `9f813eb42d6f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/teacher/correction-preferences/suggestions/get.md)

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/86793aa823ea?raw)
