HomeWork
| API | Description |
|---|---|
| POST api/AppHomeWork/SendHomeWork |
This Api is used to send homework by teachers to students;homework details are saved on server and sent to devices using firebase service |
Student
| API | Description |
|---|---|
| POST api/Student/GetClasses |
No documentation available. |
| POST api/Student/GetStudentByRegno |
No documentation available. |
| POST api/Student/GetStudentByFilter |
No documentation available. |
| POST api/Student/GetSections |
No documentation available. |
| POST api/Student/GetConveyance |
No documentation available. |
| POST api/Student/GetStops |
No documentation available. |
| GET api/Student/GetStudentByMobileNo?mobno={mobno}&schoolid={schoolid}&sessionid={sessionid} |
No documentation available. |
Exam
| API | Description |
|---|---|
| GET api/Exam/GetExam |
No documentation available. |
AppMsg
Apis for sending app notification messages
| API | Description |
|---|---|
| POST api/AppMsg/Send1 |
No documentation available. |
| POST api/AppMsg/SendToAll |
This api sends notification based message to all students of a school |
| POST api/AppMsg/MultipleClass |
This api sends notification based message to all students of selected (given) classes |
| POST api/AppMsg/ClassWise |
This api sends notification based message to all students of selected (given) classes and section |
| POST api/AppMsg/RegnWise |
This api sends notification based message to all students of given registration nos. |
| POST api/AppMsg/RecAppMsg |
No documentation available. |
| POST api/AppMsg/DownloadStatus |
Change Download Status |
| POST api/AppMsg?userid={userid}&schoolid={schoolid}&content={content}&grp={grp}&grpdetail={grpdetail}&type={type}&mdate={mdate} |
Add Group Wise Msg |
| POST api/AppMsg?filetype={filetype} |
No documentation available. |
User
Provides apis for registering, login related functionalities for both Online-sms App and messageing app
| API | Description |
|---|---|
| POST api/User/Authorize |
This api is for login in online-sms in app |
| GET api/User/SchoolInfo?schoolid={schoolid} |
It Returns School details from given schoolid |
| POST api/User/Register |
This api is used in messaging app for registering a new app user |
| POST api/User/ForgotPwd |
Change Password |
| POST api/User/ChangePwd |
Change Password |
| POST api/User/Verify |
api for validating the otp |
| POST api/User/UpdateToken |
This api is called for updating the FCM Token on the server |
| POST api/User/CheckLogin |
This api is used to check the login credentials whether it is correct or not for messaging app |
| GET api/User/SchoolInfo1?schoolname={schoolname} |
This api returns school details for given school name |
| GET api/User/SchoolInfo2?username={username} |
No documentation available. |
Attendance
| API | Description |
|---|---|
| POST api/Attendance/AddAttendance |
No documentation available. |
| POST api/Attendance/GetAttendance |
No documentation available. |
Message
| API | Description |
|---|---|
| POST api/Message/SendToAll |
No documentation available. |
| POST api/Message/GetSMSTemplates |
Api for getting the sms templates |
| POST api/Message/GetSMSTemplatesNew |
Api for getting the sms templates new for mobile app |
| POST api/Message/MultipleClass |
No documentation available. |
| POST api/Message/SelectedStudents |
No documentation available. |
| POST api/Message/BirthdayMessage |
No documentation available. |
| GET api/Message/SendMessage?schoolid={schoolid}&message={message}&msgtype={msgtype}&mnumbers={mnumbers}&software={software}&token={token}&templateid={templateid} |
No documentation available. |
| POST api/Message/GetSmsheader |
No documentation available. |
| POST api/Message/GetSmsfooter |
No documentation available. |
Teacher
| API | Description |
|---|---|
| GET api/Teacher/GetTeacherInfo?userid={userid} |
No documentation available. |
| GET api/Teacher/GetTeacherList?schoolid={schoolid}&classname={classname}§ion={section}&sessionid={sessionid} |
No documentation available. |
Result
| API | Description |
|---|---|
| POST api/Result/AddResult |
No documentation available. |
| POST api/Result/GetResult |
No documentation available. |
| POST api/Result/DeleteResult |
No documentation available. |
| POST api/Result/DeleteResultForClass |
No documentation available. |
Delivery
Provides api for push delivery report and getting delivery report between a given date range
| API | Description |
|---|---|
| POST api/Delivery/getdlr |
No documentation available. |
| GET api/Delivery/DeliverySummary?fd={fd}&td={td}&schoolid={schoolid} |
Api to get the SMS delivery summary report for a given school and given date range |
| GET api/Delivery/DeliveryReport?fd={fd}&td={td}&schoolid={schoolid} |
Api to get the SMS delivery report for a given school and given date range |
| GET api/Delivery?username={username}&pass={pass} |
No documentation available. |
Values
| API | Description |
|---|---|
| GET api/Values |
No documentation available. |
| GET api/Values/{id} |
No documentation available. |
| POST api/Values |
No documentation available. |
| PUT api/Values/{id} |
No documentation available. |
| DELETE api/Values/{id} |
No documentation available. |