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 Data | Definition |
---|
message | The main message of fetched successfully. Using data type format is (String) . |
data | The main object containing the data packets. |
records | An array of objects, each representing a data packet from the device. |
appId | Specific your app id is (unique) . Using data type format is (Number) . |
deviceId | The (unique) identifier for the device (1) . This ID is used to reference the device within the system. Using data type format is (Number) . |
serial | The serial number of the device ("460264") , which is crucial for tracking and identifying the physical device. Using data type format is (String) . |
description | The description about device. Using data type format is (String) . |
simId | The (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) . |
sensorId | The (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) . |
total | Total Record of data, Using data type format is (Number) . |
Modified at 2024-09-29 02:55:57