---
title: "Index the notifications of a dunning case"
method: GET
path: "/v1/dunning_cases/{dunning_case_id}/notifications"
tags: ["Loan dunning cases"]
---

# Index the notifications of a dunning case

`GET /v1/dunning_cases/{dunning_case_id}/notifications`

Returns the notifications related to a dunning case.

## Path parameters

- `dunning_case_id` string, required

## Response `200`

LoanEngine.V1.ListDunningCaseNotificationsResponse

- LoanEngineV1ListDunningCaseNotificationItem[]
  - `type` 'sddr_notification' | 'partial_repayment_notification' | 'full_repayment_notification' | 'reminder' | 'dunning_letter' | 'pre_termination_letter' | 'termination_letter' | 'pre_collection_letter', required — The type of the dunning case notification.
  - `title` string, required — The title of the dunning case notification.
  - `id` string, required — The ID of the dunning case.
  - `created_at` string, datetime, required — The timestamp from when the dunning case notification was created.

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/solarisgroup/apis/loans.md) · [All operations](https://skmtc.net/solarisgroup/apis/loans/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/loans/revisions/8f580eff2157/schema)
