GET api/Exam/GetPendingRegistration
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ClassStudentName | Description | Type | Additional information |
---|---|---|---|
ClassStudentId | integer |
None. |
|
ClassId | integer |
None. |
|
StudentId | integer |
None. |
|
Attachment | string |
None. |
|
ApprovedUserId | integer |
None. |
|
PaymentApproval | boolean |
None. |
|
RegistrationApproval | boolean |
None. |
|
CreatedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ClassStudentId": 1, "ClassId": 1, "StudentId": 1, "Attachment": "sample string 2", "ApprovedUserId": 1, "PaymentApproval": true, "RegistrationApproval": true, "CreatedDate": "2025-01-22T11:05:03.3065461-07:00" }, { "ClassStudentId": 1, "ClassId": 1, "StudentId": 1, "Attachment": "sample string 2", "ApprovedUserId": 1, "PaymentApproval": true, "RegistrationApproval": true, "CreatedDate": "2025-01-22T11:05:03.3065461-07:00" } ]