November 2023

Postman Collection v2.3.0

4min

Release Date: November, 16 2023

New Features

New Geofence APIs

We added the recently released Geofence APIs to the Postman collection:

  1. PUT /{geofenceId}:This API allows developers to deactivate or reactivate a geofence as needed, offering greater flexibility in managing geofences.
  2. PUT /{geofenceId}/devices: Enables the subscription of devices to a geofence. This feature is essential for targeted notifications and efficient tracking of devices within geofence boundaries.
  3. PUT /{geofenceId}/devices/{deviceId}/unsubscribe: Facilitates the removal of devices from a geofence subscription list. This ensures monitoring remains accurate and current.
  4. GET /{geofenceId}/devices: Retrieves a list of all devices currently subscribed to a specific geofence, providing a comprehensive view of the tracked devices.

New DLQS API

The new version also includes the new DLQS (Data Logging and Query Service) API:

  • GET /aggregate/{domain}/{type}: This API provides a summarized view of transactional data, enhancing data analysis and reporting capabilities.

New Environment File

The update includes a new environment file that integrates domain and type path variables, specifically designed for the DLQS APIs.



To download the latest collection and environment file, please refer to our Postman Collection documentation.