GET
/api/Patient/GetPatientByName
curl \
-X GET http://api.example.com/api/Patient/GetPatientByName \
-H "Authorization: $API_KEY"
Response examples (200)
{
"id": 42,
"name": "string",
"address": "string",
"dateOfBirth": "2024-05-04T09:42:00+00:00"
}
Response examples (200)
{
"id": 42,
"name": "string",
"address": "string",
"dateOfBirth": "2025-05-04T09:42:00Z"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}