Atlato Developer
DocsUse CasesCommunitySupport
DocsUse CasesCommunitySupport
Facebook
Linkedin
Instagram
  1. Api Integration
  • Overview
    • Developer Platform
  • Getting Started
    • Register Account
    • Manage Apps
    • Manage a Company
    • App Access
    • Store App Access
    • Mode
  • App Store
    • Authentication
    • Access Rights
    • Event Log
    • Company Settings
    • Manage Account
  • Device Integration
    • Design
    • Installation
    • Device List
  • Device API
    • Protocols
    • New Integration
    • Data Output
    • Device Input Names
  • Deployment
    • Custom Client App
  • API Request
    • REST API
    • Request Structure
    • Metadata
    • Pagination
    • Errors
    • Troubleshooting
  • Support
    • Developer Request Types
  • Guides
    • Best practices
    • Timezones
    • Libraries
    • Key Concepts
    • Terms of Use
    • Rate limits
  • Feedback Center
    • Feedback
    • Community
    • FAQ
  • Api Integration
    • Use token in your app
    • Event Logging API
    • Meta Data API
    • Lastest Device Data API
    • Past Device Data API
    • Devices API
    • Country City Currency API
  • App Integration APIs
    • Meta Data
    • Meta Data API
    • Lastest Device Data API
    • Past Device Data API
    • Event Logging API
    • Devices API
    • Country City Currency API
  • Developer Platform
    • Access
    • User
    • Device
    • Manage Account
    • Company
  1. Api Integration

Past Device Data API

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 DataDefinition
dataThe main object containing the data packets.
recordsAn array of objects, each representing a data packet from the device.
rawA 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.
convertedA 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).
errAn 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).
serverTimeThe timestamp ("2024-06-13T00:27:59.383Z") when the data packet was received or processed by the server, formatted in ISO 8601.
deviceTimeThe timestamp ("2024-06-13T00:27:59.383Z") when the data packet was recorded by the device itself, also formatted in ISO 8601.
deviceIdThe unique identifier for the device that sent the data. Using data type format is (Number).
serialThe 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
Previous
Lastest Device Data API
Next
Devices API
Built with