GET api/Student/Results?semesterId={semesterId}&sessionId={sessionId}&studentId={studentId}&RegNumber={RegNumber}
Gets the results of a student for each semester If none of studentid or regNumber is provided , the student with the token is assumed
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
semesterId | semesterId of the results required |
Define this parameter in the request URI. |
sessionId | Session Id of the results required |
Define this parameter in the request URI. |
studentId | Optional |
Define this parameter in the request URI. |
RegNumber | Optional |
Define this parameter in the request URI. |