Get Evaluation Assignments
Path Parameters
- Type: string Format: uuididrequired
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/evaluation_assignments/{id}
curl https://app.healthtasks.ai/api/v1/evaluation_assignments/123e4567-e89b-12d3-a456-426614174000 \
--header 'x-healthtasks-api-key: YOUR_SECRET_TOKEN'
{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"template_id": "123e4567-e89b-12d3-a456-426614174000",
"assigned_to": "123e4567-e89b-12d3-a456-426614174000",
"assigned_by": "123e4567-e89b-12d3-a456-426614174000",
"target_id": "123e4567-e89b-12d3-a456-426614174000",
"classroom_id": "123e4567-e89b-12d3-a456-426614174000",
"assigned_date": "2026-07-09T15:48:22.882Z",
"due_date": "2026-07-09T15:48:22.882Z",
"is_completed": true,
"created_at": "2026-07-09T15:48:22.882Z",
"template": {},
"assignee": {},
"target": {},
"classroom": {}
}
}