| NO |
API |
TYPE |
URL(s) |
DB-TABLE |
SHORT DESCRIPTION |
| Login |
POST |
login/Verify
Request Data:
{
"SMSOTP":"847386",
"OTPLogID":"22",
"DeviceID":"17"
}
|
|
sp_POST_OTP_Verification |
Login - Verify OTP then send user details
|
| Login Verify |
POST |
login/otp/verify
Request Data:
{
"SMSOTP":"847386",
"OTPLogID":"22",
"DeviceID":"17"
}
|
|
sp_POST_OTP_Verification |
Login - Verify OTP then send user details
|
| Resend Same OTP |
POST |
single/generate/otp/:UserID
|
tbluser, sp_POST_OTP_Verification |
Resend Same OTP for eamail and password
|
| Appdashboard |
GET |
/api2/app/dashboard/:userid
|
tblServices,user_subscription, GET_Count |
Getting count of Property,BPPAlert,AreaAlert,EPP, and details of services
|
| Property dashboard |
GET |
/api2/app/property/dashboard/:userid
|
user_subscription |
Getting count of Property District and State wise
|
| Property Details |
POST |
/api2/app/property/details/:userid/:districtid
Request Data:
{
"PageSize":"3",
"PageNo":"1"
}
|
|
user_subscription |
Getting Details of Property from UserID and districtid
|
| Past Notice Details |
POST |
/api2/app/pastnotices/details/:subscriptionid
Request Data:
{
"PageSize":"5",
"PageNo":"1"
}
|
|
user_subscription,content,GetPastNoticesByID |
Getting Details of Past Notices Details from SubscriptionID
|
| Area Alert Dashboard Count |
GET |
/api2/app/areaalert/dashboard/:userid/:daydiff
|
user_subscription |
Getting count of Area Alert with Day Difference
|
| Area Alert Dashboard Details |
POST |
/api2/app/areaalert/details/:userid/:districtid/:AASMSDay
Request Data:
{
"PageSize":"5",
"PageNo":"1"
}
|
|
user_subscription,Content_view,sp_GetAreaAlertByUserID_Details |
Getting Details of Area Alert with filter of District and Day Difference
|
| EppSummary |
POST |
/api2/app/eppsummary/:userid
Request Data:
{
"PageSize":"5",
"PageNo":"1"
}
|
|
user_subscription,sp_getEPPSummarybyUser |
Getting Details of EppSummary Date-wise form UserID
|
| BPPAlertToday |
POST |
/api2/app/bppalert/:userid
Request Data:
{
"PageSize":"5",
"PageNo":"1"
}
|
|
survey_sms_log,content,GetBPPAlertToday |
Getting Alert Details of BPP Alert of Today form UserID
|
| Day Difference |
GET |
/api2/app/daydiff
|
Static Data from Node Side Not using any Database |
Getting data of day Difference
|