Properties
attended
attended: "yes" | "no" | "upscaled" | "pending"
detention_type
detention_type: { name: string }
length
length: null | number
lesson
lesson: { id: number; name: string; subject: { id: number; name: string } }
Type declaration
id: number
name: string
subject: { id: number; name: string }
lesson_pupil_behaviour
lesson_pupil_behaviour: { reason: string }
location
location: null | string
notes
notes: null | string
pupil
pupil: { first_name: string; id: number; last_name: string; school: { opt_notes_comments: "yes" | "no"; opt_notes_comments_pupils: "yes" | "no"; opt_notes_names: "yes" | "no" } }
Type declaration
first_name: string
id: number
last_name: string
school: { opt_notes_comments: "yes" | "no"; opt_notes_comments_pupils: "yes" | "no"; opt_notes_names: "yes" | "no" }
opt_notes_comments: "yes" | "no"
opt_notes_comments_pupils: "yes" | "no"
opt_notes_names: "yes" | "no"
teacher
teacher: { first_name: string; id: number; last_name: string; title: string }
Type declaration
first_name: string
id: number
last_name: string
title: string