curl -X GET "https://api.mediguide.com/api/medical-info/latest?userId=123"
{
"id": 456,
"user_id": 123,
"glucose": 95,
"oxygen_blood": 98,
"blood_pressure_systolic": 120,
"blood_pressure_diastolic": 80,
"temperature": 98.6,
"age": 35,
"height": 175,
"weight": 70,
"respiratory_rate": 16,
"blood_type": "A+",
"heart_rate": 72,
"created_at": "2026-03-05T10:30:00.000Z"
}
Retrieve the most recent medical record for a specific user
curl -X GET "https://api.mediguide.com/api/medical-info/latest?userId=123"
{
"id": 456,
"user_id": 123,
"glucose": 95,
"oxygen_blood": 98,
"blood_pressure_systolic": 120,
"blood_pressure_diastolic": 80,
"temperature": 98.6,
"age": 35,
"height": 175,
"weight": 70,
"respiratory_rate": 16,
"blood_type": "A+",
"heart_rate": 72,
"created_at": "2026-03-05T10:30:00.000Z"
}
curl -X GET "https://api.mediguide.com/api/medical-info/latest?userId=123"
{
"id": 456,
"user_id": 123,
"glucose": 95,
"oxygen_blood": 98,
"blood_pressure_systolic": 120,
"blood_pressure_diastolic": 80,
"temperature": 98.6,
"age": 35,
"height": 175,
"weight": 70,
"respiratory_rate": 16,
"blood_type": "A+",
"heart_rate": 72,
"created_at": "2026-03-05T10:30:00.000Z"
}