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

Devices API

In the Atlato Store, Devices API#

This API helps you to get the devices added for a apps.The Devices API is designed to retrieve a list of devices that have been added for a specific apps. This API is essential for managing the devices associated with a apps, allowing you to view details about each device, such as its identification.
Detailed Device Information:
Each device entry typically includes important information like the device ID, serial number, description and others. (Sensor and sim information)
you can pass the Query Paramsn of limit, page, search. Using data type format is (String).

Example#

Definitions#

Device DataDefinition
messageThe main message of fetched successfully. Using data type format is (String).
dataThe main object containing the data packets.
recordsAn array of objects, each representing a data packet from the device.
appIdSpecific your app id is (unique). Using data type format is (Number).
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 ("460264"), which is crucial for tracking and identifying the physical device. Using data type format is (String).
descriptionThe description about device. Using data type format is (String).
simIdThe (unique) identifier for the sim (1). This ID is used to reference the device sim within the system. Using data type format is (Number).
description (Sim)The description about device sim. Using data type format is (String).
serial (Sim)The serial number of the sim ("460261"), which is crucial for tracking and identifying the physical device sim. Using data type format is (String).
sensorIdThe (unique) identifier for the sensor (1). This ID is used to reference the sensor within the system. Using data type format is (Number).
description (Sensor)The description about device Sensor. Using data type format is (String).
serial (Sensor)The serial number of the sensor ("460269"), which is crucial for tracking and identifying the physical device sensor. Using data type format is (String).
totalTotal Record of data, Using data type format is (Number).
Modified at 2024-09-29 02:55:57
Previous
Past Device Data API
Next
Country City Currency API
Built with