Student Result Api
This api can be used to store student information, formulate student result that consist totalscores, gpa, cgpa, point, unit, commulative point, commulative unit e.t.c. It can be used to update student level, academic session, student department and faculty. It can also be used to remove student, remove all student at a level. And finally to get total student in the school
Student Result Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| Add Student Information | ||
| POST |
add to existing students information /api/add-student-info |
This request is used to add to already created students information. Length of students information to be provided must be greater than zero and lesser than or equal to 100. To… |
| POST |
add to existing students information by setting department and faculty to undefined /api/add-student-info |
This request is used to add to already created students information by setting department and faculty to undefined. Length of students information to be provided must be greater… |
| POST |
add student information /api/add-student-info |
This request is used to create students information . Length of students information to be provided must be greater than zero and lesser than or equal to 100. |
| Add Student Scores | ||
| POST |
add student scores /api/add-student-scores |
This request is used to formulate each student scores by identifying the score to their matriculation number. Length of students scores to be provided must be greater than zero… |
| POST |
add more student scores /api/add-student-scores |
This request is used to formulate each student scores by identifying the score to their matriculation number. Length of students scores to be provided must be greater than zero… |
| Total Students | ||
| GET |
retrieve total students within department /api/total-student/{uid} |
This request is used to retrieve total students within the department. |
| GET |
retrieve total students within faculty /api/total-student/{uid} |
This request is used to retrieve total students within the faculty. |
| GET |
retrieve total students within level /api/total-student/{uid} |
This request is used to retrieve total students within the level. |
| GET |
retrieve total students /api/total-student/{uid} |
This request is used to retrieve total students within the school. |
| GET |
retrieve total students within level and faculty /api/total-student/{uid} |
This request is used to retrieve total students within the level and faculty. |
| GET |
retrieve total students within level and department /api/total-student/{uid} |
This request is used to retrieve total students within the level and department. |
| Update School Session | ||
| PUT |
update session /api/update-session |
This request is used to update the academic session only. |
| PUT |
update session and reset all scores /api/update-session |
This request is used to update the academic session and reset all scores obtain in that session back to default. |
| Update Level, Dept And Faculty | ||
| PUT |
update student level /api/update-level |
This request is used to update the students level. |
| PUT |
update department and faculty /api/update/faculty/dept |
This request is used to update student department with their faculty. |
| Student Results | ||
| GET |
retrieve student results /api/student-result/{uid} |
This request is used to retrieve student results within the school. |
| GET |
retrieve student results by range /api/student-result/{uid} |
This request is used to retrieve student results within the school using range. |
| GET |
retrieve student results within department /api/student-result/{uid} |
This request is used to retrieve student results within the department. |
| GET |
retrieve student results within faculty /api/student-result/{uid} |
This request is used to retrieve student results within the faculty. |
| GET |
retrieve student results within level /api/student-result/{uid} |
This request is used to retrieve student results within the level. |
| GET |
retrieve student results within level and department /api/student-result/{uid} |
This request is used to retrieve student results within level and department. |
| GET |
retrieve student results within level and faculty /api/student-result/{uid} |
This request is used to retrieve student results within level and faculty. |
| GET |
retrieve student results with matriculation number /api/student-result/{uid} |
This request is used to retrieve student results with matriculation number. |
| Remove Student | ||
| DELETE |
remove student /api/remove-student |
This request is used to remove student using their matriculation number. |
| DELETE |
remove all student at a level /api/remove-level |
This request is used to remove student using their level. To omit students with carryover, object carryOver is set to false, to remove all students without considering carryover,… |
Student Result Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $5 / month | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $25 / month | — |
|