get https://services.azuga.com/azuga-ws-oauth/v3/sensors/temperature.json
This API provides you with information about all the Sensors present in your account. You are allowed to view only the sensors you have access to.
Sample Request
https://services.azuga.com/azuga-ws-oauth/v3/sensors/temperature.json?limit=50
API Response Explanation
Field | Description | Data Type |
---|---|---|
generatedAtInMillis | Time in UTC milliseconds when the API request is made | Long |
data | The object consists of metadata of the Safetycam. | Object |
trackeeId | Unique Identifier representing the vehicle | String |
trackeeName | Name of the vehicle | String |
deviceId | Unique Identifier representing the device | String |
userId | Unique Identifier representing the user | String |
firstName | First name of the user | String |
lastName | Last name of the user | String |
groupId | Unique Identifier representing the group | String |
groupName | Name of the group | String |
assetNo | For internal use | String |
timeZone | For internal use | String |
displayTimeZone | For internal use | String |
offset | For internal use | long |
lat | For internal use | double |
lng | For internal use | double |
locationStoreId | For internal use | String |
address | For internal use | String |
deviceTypeId | For internal use | Integer |
trackeeTypeId | For internal use | Short |
serialNum | Serial number of the device attached to the sensor | String |
assetSensorId | Unique Identifier representing the sensor | String |
vendorName | For internal use | String |
sensorSerialNum | Sensor serial number | String |
sensorName | Name of the sensor | String |
sensorTypeId | Unique Identifier representing the sensor type 1 - Temperature sensor | String |
sensorTypeName | Name of the sensor type | String |
customerId | Unique Identifier representing the customer | Long |
sensorId | Unique identifier representing the sensor | Integer |
minimumAlertValue | For internal use | Double |
maximumAlertValue | For internal use | Double |
assetName | Asset Id/name associated with the device | String |
tags | For internal use | String |
createdBy | For internal use | String |
lastContactedDate | For internal use | Timestamp |
activationDate | For internal use | Timestamp |
eventCode | For internal use | Short |
productCode | For internal use | String |
updatedBy | For internal use | String |
createdAt | For internal use | Timestamp |
updatedAt | For internal use | Timestamp |
deleted | The boolean value represents the sensor deletion. true = deleted false = Not deleted | boolean |
deletedAt | Sensor deleted timestamp in milliseconds | Timestamp |
error | Error description - if any | List |