GET /api/Patient/GetPatientByName

GET /api/Patient/GetPatientByName

Query parameters

  • name string

Responses

  • Success

    Hide response attributes Show response attributes object
    • id integer(int32)
    • name string | null
    • address string | null
    • dateOfBirth string(date-time)
    • Additional properties are NOT allowed
  • 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/GetPatientByName
curl \
 -X GET http://api.example.com/api/Patient/GetPatientByName \
 -H "Authorization: $API_KEY"