Loading...

Devices API

This documentation provides a comprehensive guide on using the devices API of the Plaspy satellite tracking system. This API is designed to facilitate the management and monitoring of tracked devices, offering users the ability to interact with their device data through HTTP requests. The documentation is structured into various endpoints, each aimed at a specific functionality, enabling a clear and detailed understanding of the system's capabilities.

Importance of the Devices API

In the realm of satellite tracking, efficient device management is crucial to ensure accurate and real-time monitoring. The Plaspy devices API allows users to access detailed information about their devices, update location and alert data, and obtain the last known location of each device. These capabilities are essential for applications in sectors such as logistics, security, fleet management, and others where tracking and localization are fundamental.

Overview of the Endpoints

The Plaspy devices API includes several endpoints that cover a wide range of functionalities:

  1. GET /api/devices: Allows retrieving a list of all available devices in the tracking application. This endpoint is useful for viewing all tracked devices and obtaining basic details about each one.

  2. GET /api/devices/{deviceId}: Provides detailed information about a specific device. This endpoint is essential for obtaining comprehensive data on a particular device.

  3. GET /api/devices/{deviceId}/lastLocation: Allows retrieving the last known location of a specific device. This endpoint is crucial for tracking the most recent location and obtaining details about this location.

  4. POST /api/devices/{deviceId}/locations: Allows sending location data for a specific device. This endpoint is fundamental for updating the system with new location information.

  5. POST /api/devices/{deviceId}/alerts: Allows sending alert data for a specific device. This endpoint is essential for updating the system with new alert information for the device.

Structure of Requests and Responses

Each endpoint is designed to receive and process HTTP requests, following a clear and specific structure:

  • HTTP Method: Each endpoint uses an appropriate HTTP method (GET or POST) according to the operation to be performed.
  • Request Parameters: The required and optional parameters that need to be included in the URL or in the body of the request.
  • Request Body: For endpoints that receive data (such as POST), a JSON object with the required information must be sent.
  • Response Parameters: The details of the response, including the operation status, error messages (if any), and the requested information in case of success.

Examples of Requests and Responses

To facilitate the implementation and use of the API, the documentation includes examples of both successful and error responses. These examples are crucial for developers to understand how to structure their requests and how to interpret the system's responses.

Conclusion

The Plaspy devices API is a powerful tool for the management and monitoring of tracked devices. This documentation is designed to provide users with all the necessary information to integrate and efficiently use the API in their systems. With a clear structure and detailed examples, this guide facilitates access to the various functionalities offered by the API, ensuring successful implementation and accurate device tracking.

Índice
Questions

We answer all support request within 24 business hours approximately, If you have a question that needs an immediate resolution, please contact us by other way.

We answer you in business hours, as soon as possible. We are located in Bogotá, Colombia, time zone (GMT-5).