GET api/Student/GetStudentGradsDetail?studentId={studentId}&academicYearSemesterId={academicYearSemesterId}
Gets the student grads detail.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentId |
The student identifier. |
integer |
Required |
| academicYearSemesterId |
The academic year semester identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.