Get Global Sensor Settings API
Require Authentication
This API is used to get global sensor settings registered by the company based on combination of deviceID and token.
URL
api/sensors/getglobalsettings
Required parameter (POST)
- deviceID
- token
Optional parameter
Example JSON Payload
{
"deviceID": "ABCD-EFGH-IJKL-MNOP",
"token": "c43fa596e7916827106b591e2bb026cd"
}
Possible return HTTP status code
- 200
- 401
- 405
Return message
{
"status": "success",
"message": {
"heartbeatFrequency": 3600,
"lastUpdate": 1464283980
}
}