Classcharts student code
Optional dateOfBirth: stringStudent's date of birth
Optional axiosConfig: AxiosRequestConfig<any>Protected API_Protected axiosProtected studentProtected studentThis function is only used for pagination, you likely want client.getFullActivity
Activity data
Optional options: GetActivityOptionsGetActivityOptions
Gets a list of the students badges
Array of badges
Gets the logged in students behaviour points
Array of behaviour points
Optional options: GetBehaviourOptionsGetBehaviourOptions
Gets the logged in student's detentions
Array of detentions
Helper function for getActivity, returns all the data from the selected dates
Activity Data
GetFullActivityOptions
Gets the logged in student's lessons for a day
Array of lessons
Optional options: GetLessonsOptionsGetLessonsOptions
Lists the logged in student's announcements
Array of announcements
Gets the logged in student's attendance
Array of dates of attendance
Optional options: GetAttendanceOptionsGetAttendanceOptions
Gets a list of the logged in student's homeworks
Array of homeworks
Optional options: GetHomeworkOptionsGetHomeworkOptions
Generated using TypeDoc
The base client