ic_list_attendance_events
List a student's absences, tardies, and early releases with reasons and comments. Filter by date range or show only excused events.
Instructions
List individual attendance events (absences, tardies, early releases) for a student. Each event has a code, description, excuse reason, and optional human-readable comments. Auto-resolves enrollmentID from the student record. Use since/until to filter by date and excusedOnly to show only excused events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Infinite Campus's payload untouched. No field projection: this server has no verified record of which Infinite Campus fields matter, and inventing one would risk dropping a field a caller needs. | |
| since | No | YYYY-MM-DD; include only events on or after this date | |
| until | No | YYYY-MM-DD; include only events on or before this date | |
| district | Yes | ||
| studentId | Yes | Student personID from ic_list_students | |
| excusedOnly | No | Only include events with excuse=E |