Asset Health Telemetry Data
Telemetry data from devices for a particular asset
POST /controllers/SmartDeviceHealthRecord.ashx?action=list&HealthEventTypeId=5
List Properties
All transaction APIs return Asset/ Location related common attributes. Attributes specific to this API are:
| Property | Type | Description |
|---|---|---|
| LightIntensity | int | Light reading in lumens (if sensor is available) |
| Tempearture | int | Temperature in Celcius |
| Humidity | int | Humidity rH% |
| IsDoorOpen | boolean | Was door open during this reading |
| BatteryLevel | int | Battery level |
🧩 Health Event List API (Response)
This dataset captures real-time sensor data and event metadata from smart devices, including environmental readings (temperature, humidity, light, sound), device status, power and battery metrics, event timing, and related asset and location details for monitoring and analytics purposes.
GET /Controllers/SmartDeviceHealthRecord.ashx?action=list&start=0&limit=50&asArray=0
| Property | Type | Description |
|---|---|---|
| SoundLevel | Float | Sound level detected |
| EventTypeId | Integer | Type of event |
| PowerStatusId | Integer | Power status identifier |
| IsTemperatureInRange | Boolean | Temperature within allowed range |
| IsLightOn | Boolean | Indicates if light is detected |
| BatteryStatus | String | Status of the battery |
| PollDuration | Integer | Duration of poll in seconds |
| HealthEventTypeId | Integer | Type of health event |
| UpId | Integer | Uplink ID reference |
| BatteryVolt | Float | Battery voltage reading |
| AlertProcessorId | Integer | Alert processor unique ID |
| SmartDeviceId | Integer | Smart device ID associated with the event |
| GatewayId | Integer | Gateway ID |
| DeviceSerial | String | Serial number of the device |
| GatewayMac | String | MAC address of the gateway |
| GatewaySerialNumber | String | Serial number of the gateway |
| EventId | Integer | ID of the event |
| EventTime | String | Local timestamp of the event |
| EventTimeUtc | String | UTC timestamp of the event |
| AssetId | Integer | Associated asset ID |
| LocationId | Integer | ID of the location |
| TimeZoneId | Integer | Time zone ID |
| AssetTypeId | Integer | Type of the asset |
| AssetSerialNumber | String | Asset's serial number |
| AssetType | String | Asset model/type |
| LocationCode | String | Code of the location |
| Location | String | Name of the location |
| LocationCity | String | City of the location |
| LocationPostalCode | String | Postal code of the location |
| DistributorName | String | Name of the distributor |
| MarketName | String | Market name |
| Classification | String | Location classification |
| LocationRoute | String | Sales/delivery route |
| PrimarySalesRep | String | Primary sales representative |
| MacAddress | String | MAC address of the device |
| SmartDeviceTypeId | Integer | Type ID of the smart device |
| SmartDeviceType | String | Name/type of the smart device |
| SerialNumberPrefix | String | Prefix for serial number |
| TimeZoneValue | String | Human-readable timezone |