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

Lastest Device Data API

In the Atlato Store, Last Device Data Overview#

This metadata provides detailed information about a specific device last data Packet, including its status, timing, and last recorded data. Below is a breakdown of the key components.

Definitions#

Last Device DataDefinition
dataThe main object containing all the device-related information.
deviceIdThe unique identifier for the device (1). This ID is used to reference the device within the system. Using data type format is (Number).
serialThe serial number of the device ("400001111122220"), which is crucial for tracking and identifying the physical device. Using data type format is (String).
serverTimeThe timestamp ("2024-06-13T00:27:59.383Z") when the data was received or processed by the server, formatted in ISO 8601.
deviceTimeThe timestamp ("2024-06-13T00:26:29.351Z") when the data was recorded by the device itself, also formatted in ISO 8601.
isOnlineA boolean value (false) that indicates whether the device is currently online. Using data type format is (Boolean).
lastRecordAn object containing the last recorded data from the device.
rawA nested object that includes raw sensor data collected by the device. Each key represents a specific parameter, and the corresponding value represents the raw data recorded.
convertedA nested object that contains processed or converted data, making it more human-readable or ready for application use.
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).
Modified at 2024-09-29 18:02:46
Previous
Meta Data API
Next
Past Device Data API
Built with