GET api/Exam/GetRejectedStudentExam
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CourseExamName | Description | Type | Additional information |
---|---|---|---|
CourseExamId | integer |
None. |
|
StudentId | integer |
None. |
|
CourseId | integer |
None. |
|
CreatedDate | date |
None. |
|
Approved | boolean |
None. |
|
Rejected | boolean |
None. |
|
Reason | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CourseExamId": 1, "StudentId": 1, "CourseId": 1, "CreatedDate": "2025-01-22T11:17:02.0546734-07:00", "Approved": true, "Rejected": true, "Reason": "sample string 2" }, { "CourseExamId": 1, "StudentId": 1, "CourseId": 1, "CreatedDate": "2025-01-22T11:17:02.0546734-07:00", "Approved": true, "Rejected": true, "Reason": "sample string 2" } ]