Rostering
📄️ getAllOrgs
Return collection of Orgs.
📄️ getAllSchools
Return collection of schools. A School is an instance of an Org.
📄️ getOrg
Return Specific Org.
📄️ getSchool
Return specific school. A School is an instance of an Org.
📄️ getAllTeachers
Return collection of teachers. A Teacher is an instance of a User.
📄️ getTeacher
Return specific teacher
📄️ getClassesForTeacher
Return the collection of classes that this teacher is teaching.
📄️ getAllUsers
Return collection of users
📄️ getAllClasses
Return collection of classes
📄️ getStudentsForClass
Return the collection of students that are taking this class.
📄️ getAllAcademicSessions
Return specific Academic Session.
📄️ getAllEnrollments
Return collection of all enrollments.
📄️ getAllCourses
Return collection of courses.
📄️ getGradingPeriodsForTerm
Return the collection of Grading Periods that are part of this term.