GET /api/Patient/GenerateReport

GET /api/Patient/GenerateReport

Query parameters

  • id integer(int32)
  • ReportType string
  • ReportName string
  • ReportDescription string

Responses

  • 200

    Success

  • Not Found

    Hide response attributes Show response attributes object
    • type string | null
    • title string | null
    • status integer(int32) | null
    • detail string | null
    • instance string | null
    • Additional properties:
  • 500

    Server Error

GET /api/Patient/GenerateReport
curl \
 -X GET http://api.example.com/api/Patient/GenerateReport \
 -H "Authorization: $API_KEY"