ApplicationUsers
Class ApplicationUsersController. Implements the
| API | Description |
|---|---|
| GET api/User/Login?username={username}&password={password} |
Logins the specified username. |
| GET api/User/VerifyOtp?otp={otp} |
Verifies the otp. |
| GET api/User/ResendOtp?username={username} |
Resends the otp. |
| GET api/User/VerifyEmail?email={email} |
Verifies Email |
| GET api/User/ConfirmEmailOtp?email={email}&otp={otp} |
Confirm Email OTP |
| POST api/User/ChangePassword |
No documentation available. |
| GET api/User/RecentActivities/{id} |
No documentation available. |
| GET api/ApplicationUsers |
Gets the application users. |
| GET api/ApplicationUsers/{id} |
Gets the application user. |
| PUT api/ApplicationUsers/{id} |
Puts the application user. |
| POST api/ApplicationUsers |
Posts the application user. |
| DELETE api/ApplicationUsers/{id} |
Deletes the application user. |
Candidate
| API | Description |
|---|---|
| POST api/Candidate/NewCandidate |
No documentation available. |
| POST api/Candidate/NewCandidatewthoutSession |
No documentation available. |
| GET api/Candidate/Candidates |
No documentation available. |
| POST api/Candidate/Delete |
delete/Deactivate the candidate. |
| POST api/Candidate/Approve |
No documentation available. |
| GET api/Candidate/{id} |
No documentation available. |
| GET api/Candidate/{id}?lastName={lastName}&dob={dob}&secretCode={secretCode} |
No documentation available. |
SystemSetting
Provides Methods to be handled in SystemSettings
| API | Description |
|---|---|
| GET api/SystemSetting/LoginValues |
No documentation available. |
| GET api/SystemSetting/LoginValue |
No documentation available. |
| GET api/SystemSetting/PersonData |
Gets the person data. |
| GET api/SystemSetting |
Gets this instance. |
| GET api/SystemSetting/{id} |
Gets the specified identifier. |
| POST api/SystemSetting |
Posts the specified value. |
| PUT api/SystemSetting |
Puts this instance. |
| DELETE api/SystemSetting/{id} |
Deletes the specified identifier. |
SystemHealth
| API | Description |
|---|---|
| POST api/SystemHealth/Adv |
No documentation available. |
| GET api/SystemHealth |
Get System Health Parameters |
| POST api/SystemHealth |
No documentation available. |
Values
Class ValuesController. Implements the
| API | Description |
|---|---|
| GET api/ValidateField/{type}/{field}?value={value} |
Validates the field. |
| PUT api/ChangeStatus/{type}/{id} |
Changes the status. |
| GET api/Permissions/GetAvailablePermissions |
Gets the available permissions. |
| GET api/Permissions/GetAvailablePermissionsForStaff |
Gets the available permissions for staff. |
| GET api/Values/GetSearchResults |
No documentation available. |
| GET api/AdditionalServices/SampleComment |
No documentation available. |
| GET api/Values |
Gets this instance. |
| GET api/Values/{id} |
Gets the specified identifier. |
| POST api/Values |
Posts the specified value. |
| PUT api/Values/{id} |
Puts the specified identifier. |
| DELETE api/Values/{id} |
Deletes the specified identifier. |
PaymentAndFinance
Class PaymentAndFinanceController. Implements the
AdditionalServices
| API | Description |
|---|---|
| GET api/AdditionalServices/Discussions |
No documentation available. |
| GET api/AdditionalServices/Comments |
No documentation available. |
Sponsorship
Class SponsorshipController. Implements the
| API | Description |
|---|---|
| GET api/Sponsorship/SemiExternalSponsors |
Gets the semi sponsors. |
| POST api/Sponsorship/PostExternalSponsor |
Posts the external sponsor. |
| GET api/Sponsorship/GetExternalSponsor/{id} |
Gets the external sponsor. |
| GET api/Sponsorship/GetSponsorStudents/{id}?type={type} |
Gets the sponsor students. |
| GET api/Sponsorship/GetAvailableStudentsForSponsors/{id}?type={type} |
Gets the students for sponsors. |
| POST api/Sponsorship/AddStudentsToExternalSponsor |
Adds the students to external sponsor. |
| POST api/Sponsorship/PostActiveSponsor |
Post Active Sponsor. |
| POST api/Sponsorship/AddStudentsToInternalSponsor |
Adds the students to internal sponsor. |
| GET api/Sponsorship/SemiInternalSponsors |
Gets the semi internal sponsors. |
| POST api/Sponsorship/ApproveStudentScholarship |
Approves the student scholarship. |
Setup
Class SetupController. Implements the
Student
A controller for handling students. Implements the
Reports
Class ReportsController. Implements the
| API | Description |
|---|---|
| GET api/Reports/StudentBillReport/{id} |
Gets the student bill report. |
| GET api/Reports/PrintInvoice/{id} |
Prints the invoice. |
| GET api/Reports/PrintInvoice/{type}/{id} |
No documentation available. |
| GET api/Reports/PrintReport/{type} |
No documentation available. |
Upload
A controller for handling uploads. Implements the
| API | Description |
|---|---|
| POST api/Upload/Files |
(An Action that handles HTTP POST requests) uploads the files. |
| GET api/Media/{id}?file={file} |
(An Action that handles HTTP GET requests) downloads this object. |
| GET api/Media/SampleFile/{id} |
Samples the file. |
Faculty
Faculty Controller Implements the
Profile
Class ProfileController. Implements the
| API | Description |
|---|---|
| GET api/Profile/{id} |
Returns the Profile of the Id Passed |
| POST api/Profile |
No documentation available. |