In the Atlato Store, Past Device Data API#
This API response provides detailed data packets collected from a specific device within a given time period. The data is structured as follows,Definitions#
Past Device Data | Definition |
---|
data | The main object containing the data packets. |
records | An array of objects, each representing a data packet from the device. |
raw | A nested object with raw data values collected by the device. Each key represents a specific sensor or metric, and the corresponding value represents the raw data recorded. |
converted | A nested object containing converted data that has been transformed into more understandable or application-ready values. This includes metrics such as speed, temperature, network provider, and coordinates (latitude and longitude). |
err | An object that logs any errors encountered during data collection or conversion. In this case, it’s empty, indicating no errors were recorded. Using data type format is (String) . |
serverTime | The timestamp ("2024-06-13T00:27:59.383Z") when the data packet was received or processed by the server, formatted in ISO 8601. |
deviceTime | The timestamp ("2024-06-13T00:27:59.383Z") when the data packet was recorded by the device itself, also formatted in ISO 8601. |
deviceId | The unique identifier for the device that sent the data. Using data type format is (Number) . |
serial | The serial number of the device ("400001111122200") , used to uniquely identify the hardware. Using data type format is (String) . |
This API allows you to retrieve detailed device data, both in raw and converted forms, for specific time periods. This can be useful for monitoring device performance, diagnosing issues, and analyzing environmental conditions captured by the device's sensors.Modified at 2024-09-29 18:03:34