Skip to main content
GET
/
api
/
cases
/
{id}
/
generate_case_report
{
  "detail": "<string>"
}
The generated report will be sent to the user’s email address.
Note: This endpoint initiates the case report generation process. The report is not returned directly but will be delivered via email.

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this case.

Response

Case report generation initiated successfully.

Report generation response

detail
string
required

Success message indicating report generation has been initiated