Hide response attributes Show response attributes object
-
id
integer(int32) -
name
string | null -
address
string | null -
dateOfBirth
string(date-time)
curl \
-X GET http://api.example.com/api/Patient/GetPatient \
-H "Authorization: $API_KEY"
{
"id": 42,
"name": "string",
"address": "string",
"dateOfBirth": "2024-05-04T09:42:00+00:00"
}
{
"id": 42,
"name": "string",
"address": "string",
"dateOfBirth": "2025-05-04T09:42:00Z"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}