Hermes Latest Version (v1)
GETFetch students/students PUTUpdate student/students/{student} DELETEDelete student/students/{id}
PUTDisable a student/students/{id}/disable PUTEnable a student/students/{id}/enable PUTSuspend a student/students/{id}/suspend PUTUnsuspend a student/students/{id}/unsuspend PUTRestrict a student/students/{id}/restrict PUTUnrestrict a student/students/{id}/unrestrict
GETFetch teachers/teachers PUTUpdate teacher/teachers/{teacher} DELETEDelete teacher/teachers/{id}
PUTDisable a teacher/teachers/{id}/disable PUTEnable a teacher/teachers/{id}/enable GETGet teacher groups/teachers/{id}/groups
PUTUpdate group/groups/{code} DELETEDelete group/groups/{code}
GETGet list of students in a group/groups/{code}/students PUTAdd student to group/groups/{code}/students/{id} DELETERemove student from group/group/{code}/students/{id} PUTAdd teacher to group/groups/{code}/teachers/{id} DELETERemove student from group/groups/{code}/teachers/{id} PUTAdd book to group/groups/{code}/books/{id} DELETERemove book from group/groups/{code}/books/{id} POSTAdd multiple students to a group/groups/bulk/add/students POSTRemove multiple students from a group/groups/bulk/remove/students POSTAdd multiple teachers to a group/groups/bulk/add/teachers POSTRemove multiple teachers from a group/groups/bulk/remove/teachers POSTAdd multiple books to a group/groups/bulk/add/books POSTRemove multiple books from a group/groups/bulk/remove/books