Get Clinical Logs

Path Parameters
  • id
    Type: string Format: uuid
    required
Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/clinical_logs/{id}
curl https://app.healthtasks.ai/api/v1/clinical_logs/123e4567-e89b-12d3-a456-426614174000 \
  --header 'x-healthtasks-api-key: YOUR_SECRET_TOKEN'
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "student_id": "123e4567-e89b-12d3-a456-426614174000",
    "preceptor_id": "123e4567-e89b-12d3-a456-426614174000",
    "classroom_id": "123e4567-e89b-12d3-a456-426614174000",
    "location_id": "123e4567-e89b-12d3-a456-426614174000",
    "date": "2026-07-09",
    "hours": 1,
    "status": "string",
    "notes": "string",
    "created_at": "2026-07-09T15:48:22.943Z",
    "updated_at": "2026-07-09T15:48:22.943Z",
    "student": {},
    "preceptor": {},
    "classroom": {},
    "location": {}
  }
}