Get Schedule Assignments

Path Parameters
  • id
    Type: string Format: uuid
    required
Responses
  • application/json
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/schedule_assignments/{id}
curl https://app.healthtasks.ai/api/v1/schedule_assignments/123e4567-e89b-12d3-a456-426614174000 \
  --header 'x-healthtasks-api-key: YOUR_SECRET_TOKEN'
{
  "data": {
    "id": "string",
    "classroom_id": "123e4567-e89b-12d3-a456-426614174000",
    "user_id": "123e4567-e89b-12d3-a456-426614174000",
    "role": "string",
    "schedule_track_id": "123e4567-e89b-12d3-a456-426614174000",
    "created_at": "2026-07-09T15:48:22.882Z",
    "member": {},
    "classroom": {},
    "track": {}
  }
}