Base API URL, this is different depending if its called as a parent or student
This function is only used for pagination, you likely want client.getFullActivity
GetActivityOptions
Activity data
Gets a list of the students badges
Array of badges
Gets the logged in students behaviour points
GetBehaviourOptions
Array of behaviour points
Gets the logged in student's detentions
Array of detentions
Helper function for getActivity, returns all the data from the selected dates
GetFullActivityOptions
Activity Data
Gets the logged in student's lessons for a day
GetLessonsOptions
Array of lessons
Gets general information about the logged in student
Student object
Lists the logged in student's announcements
Array of announcements
Gets the logged in student's attendance
GetAttendanceOptions
Array of dates of attendance
Gets a list of the logged in student's homeworks
GetHomeworkOptions
Array of homeworks
Generated using TypeDoc
The base client