GPS
| API | Description |
|---|---|
| POST v1/TestLoginPerfClean |
No documentation available. |
| POST v1/GetNotification |
Get master_notification data based on email, permit code, limit and offset. (Replace: LoadNotification) |
| POST v1/GetUser |
Get master_user data based on email and uuid. (Replace: CheckUUID) |
| POST v1/GetUserWithNotification |
Get master_user data with master_notification data based on email. (Replace: RetrieveUserData) |
| POST v1/InactiveUser |
Inactive a master_user based on email and permit code. (Replace: DeleteAccount) |
| POST v1/LoginAppleAndGetUserWithNotification |
Login and get master_user data for Apple user. (Replace: LoginFirstAppleSignInAndRetrieveUserData and LoginAppleSignInAndRetrieveUserData) |
| POST v1/LoginEmailAndGetUserWithNotification |
Login and get master_user data for Email user. (Replace: LoginEmailCheckAndRetrieveUserData) |
| POST v1/LoginGoogleAndGetUserWithNotification |
Login and get master_user data for Google user. (Replace: LoginGoogleCheckAndRetrieveUserData) |
| POST v1/Logout |
Logout and remove certain data[uuid, token_firebase] based on email. (Replace: LogoutAndRemoveUUID) |
| POST v1/SetUser |
Edit master_user data based on input data. (Replace: SaveUserData, EditProfileDetail and EditProfileImage) |
| POST v1/ReadNotification |
Mark all / specific notification as read. (Replace: ReadNotification and ReadAllNotification) |
| POST v1/SwitchNotificationSetup |
Switch status for master_notification_setup data based on email, permit code and notification name. (Replace: EditNotification) |
| POST v1/GetGps |
Get gps data based on plate number and date time range. (Replace: LoadCoordinateByDate) |
| POST v1/GetLatestForAllActiveGps |
Get all active gps ID with latest record date. (Replace: LoadAllGPSDeviceLastRow) |
| POST v1/GetActiveVehicleWithBasicGps |
Get all active master_vehicle data with basic gps data based on email and permit code. (Replace: LoadAllVehicleDetail) |
| POST v1/GetVehicleWithExtraInfo |
Get master_vehicle data with extra info based on plate number. (Replace: LoadVehicleDetail) |
| POST v1/GetVehicleRoute |
Get vehicle route based on plate number and date time range. (Replace: LoadVehicleRouteByDate and LoadVehicleRouteByDate2) |
| POST v1/GetVehicleStatus |
Get all vehicle status based on email and permit code. (Replace: LoadVehicleStatusAmount) |
| POST v1/GetActiveDeviceWithPackage |
Get all active master_device data with package data based on permit code. (Replace: LoadAllVehicleIncludeBlockAndExpired) |
| POST v1/GetPackage |
Get all package data. (Replace: LoadPackage) |
| POST v1/RenewPackage |
Renew package and send email to user and EDS staff based on email, device id and package name. |
| POST v1/SaveRequest |
Save user request and send email to EDS staff. |
| POST v1/SendDeviceIssueEmail |
Send device issue email to EDS staff based on device id. |
| POST v1/SendResetPasswordEmail |
Send reset password email to user based on email. (Replace: SendResetEmail) |
| POST v1/ExportVehicleHistoryReport |
Export vehicle history report based on plate number and date. (Replace: ExportHistoryReport) |