# Index the notifications of a dunning case Returns the notifications related to a dunning case. Endpoint: GET /v1/dunning_cases/{dunning_case_id}/notifications Version: 1.0 ## Path parameters: - `dunning_case_id` (string, required) The ID of the dunning case for which the notifications should be retrieved. ## Response 200 fields (application/json): - `id` (string, required) The ID of the dunning case. Example: "de8d170b-321c-425b-830d-ed406cba6792" - `created_at` (string, required) The timestamp from when the dunning case notification was created. Example: "2021-04-16T13:52:05Z" - `title` (string, required) The title of the dunning case notification. - `type` (string, required) The type of the dunning case notification. Enum: "sddr_notification", "partial_repayment_notification", "full_repayment_notification", "reminder", "dunning_letter", "pre_termination_letter", "termination_letter", "pre_collection_letter" ## Response 400 fields (application/json): - `title` (string) Example: "Failed to build pagination headers." - `status` (string) Example: "400" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Cannot connect to database." - `code` (string) Example: "build_pagination_headers_failure" ## Response 403 fields (application/json): - `title` (string) Example: "Unauthorized Action" - `status` (string) Example: "403" - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `detail` (string) Example: "Unauthorized action is not allowed." - `code` (string) Example: "unauthorized_action"