Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Latest commit

 

History

History
160 lines (144 loc) · 9.11 KB

README.md

File metadata and controls

160 lines (144 loc) · 9.11 KB

Documentation for API Endpoints

All URIs are relative to https://api.clever.com/v2.0

Class Method HTTP request Description
DataApi getContact GET /contacts/{id}
DataApi getContacts GET /contacts
DataApi getContactsForStudent GET /students/{id}/contacts
DataApi getCourse GET /courses/{id}
DataApi getCourseForSection GET /sections/{id}/course
DataApi getCourses GET /courses
DataApi getDistrict GET /districts/{id}
DataApi getDistrictAdmin GET /district_admins/{id}
DataApi getDistrictAdmins GET /district_admins
DataApi getDistrictForContact GET /contacts/{id}/district
DataApi getDistrictForCourse GET /courses/{id}/district
DataApi getDistrictForDistrictAdmin GET /district_admins/{id}/district
DataApi getDistrictForSchool GET /schools/{id}/district
DataApi getDistrictForSchoolAdmin GET /school_admins/{id}/district
DataApi getDistrictForSection GET /sections/{id}/district
DataApi getDistrictForStudent GET /students/{id}/district
DataApi getDistrictForTeacher GET /teachers/{id}/district
DataApi getDistrictForTerm GET /terms/{id}/district
DataApi getDistricts GET /districts
DataApi getSchool GET /schools/{id}
DataApi getSchoolAdmin GET /school_admins/{id}
DataApi getSchoolAdmins GET /school_admins
DataApi getSchoolForSection GET /sections/{id}/school
DataApi getSchoolForStudent GET /students/{id}/school
DataApi getSchoolForTeacher GET /teachers/{id}/school
DataApi getSchools GET /schools
DataApi getSchoolsForSchoolAdmin GET /school_admins/{id}/schools
DataApi getSchoolsForStudent GET /students/{id}/schools
DataApi getSchoolsForTeacher GET /teachers/{id}/schools
DataApi getSection GET /sections/{id}
DataApi getSections GET /sections
DataApi getSectionsForCourse GET /courses/{id}/sections
DataApi getSectionsForSchool GET /schools/{id}/sections
DataApi getSectionsForStudent GET /students/{id}/sections
DataApi getSectionsForTeacher GET /teachers/{id}/sections
DataApi getSectionsForTerm GET /terms/{id}/sections
DataApi getStudent GET /students/{id}
DataApi getStudents GET /students
DataApi getStudentsForContact GET /contacts/{id}/students
DataApi getStudentsForSchool GET /schools/{id}/students
DataApi getStudentsForSection GET /sections/{id}/students
DataApi getStudentsForTeacher GET /teachers/{id}/students
DataApi getTeacher GET /teachers/{id}
DataApi getTeacherForSection GET /sections/{id}/teacher
DataApi getTeachers GET /teachers
DataApi getTeachersForSchool GET /schools/{id}/teachers
DataApi getTeachersForSection GET /sections/{id}/teachers
DataApi getTeachersForStudent GET /students/{id}/teachers
DataApi getTerm GET /terms/{id}
DataApi getTermForSection GET /sections/{id}/term
DataApi getTerms GET /terms
EventsApi getEvent GET /events/{id}
EventsApi getEvents GET /events

Documentation For Models

Documentation For Authorization

oauth