-
Notifications
You must be signed in to change notification settings - Fork 1
REST API v1
Limited information on these endpoint URLs was derived from https://uscv2.naviensmartcontrol.com/Help
All API endpoints are prefixed with https://uscv2.naviensmartcontrol.com
(e.g. https://uscv2.naviensmartcontrol.com/api/requestDeviceList
)
POST api/userFindId
POST api/requestSubUserList
POST api/userWithdrawalPush
POST api/userChangeInfo
POST api/installerOTP
POST api/addNewDevice
POST api/installerReOTP
POST api/subUserWithdraw
POST api/userLogout
POST api/requestDeviceList
POST body must contain a userID and password parameter with the user's credentials in clear text (x-www-form-urlencoded)
{
"msg": "MAINUSER_DEVICELIST_SUCCESS",
"data": "[{\"PID\":\"12345\",\"GID\":\"1234567891234567\",\"AID\":\"0\",\"UID\":\"12345\",\"PCD\":\"1\",\"State\":\"1\",\"HwRev\":\"\",\"SwRev\":\"\",\"ConnectionTime\":\"2/17/2022 1:36:13 AM\",\"ServerIP\":\"1.2.3.4\",\"ServerPort\":\"6001\",\"AName\":\"REMOTE\",\"CountryCD\":\"1\",\"NickName\":\"My_Navilink\",\"NickName2\":\"\",\"ZipCode\":\"12345\",\"TimeZone\":\"GMTM08:00\",\"DeviceInfo\":\"2\",\"InstallerInfo\":\"\",\"MainUserID\":\"myusername\",\"InstallerID\":\"\",\"isErrorAlarm\":\"1\",\"isETCAlarm\":\"1\"}]"
}
POST api/deviceInfoChange
POST api/subUserOTP
POST api/userDelDevice
POST api/userChangePw
POST api/userIdentify
GET api/Values
GET api/Values/{id}
POST api/Values
PUT api/Values/{id}
DELETE api/Values/{id}
POST api/deviceInfoRegister
POST api/userWithdrawal
POST api/appVersion
POST api/deviceNicknameChange
POST api/requestKweather
POST api/userLogin
POST api/userChangeDeviceNickname
POST api/delegateAdministrator
POST api/installerRegister
POST api/subUserJoin
POST api/installerWithdraw
POST api/userPushUpdate
POST api/installerJoin
POST api/userIssueAuthkeyVerify
POST api/userJoinAuthkeyVerify
POST api/checkDeviceState
POST api/userIssueAuthKey
POST api/requestErrorList
POST api/getPushAlarm
POST api/userAddSubID
POST api/setPushAlarm
POST api/userJoin
POST api/delDevice