v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Tracking|Beacon Map Embedding

Fetch map information list.

This endpoint enables you to retrieve the present and previous locations of beacons. It will provide the data utilized by the embedded map. The autoRefresh duration is a parameter utilized for the map view. It is not significant for your application. It's not recommended to regularly fetch the current position, both to safe resources and avoid hitting API rate limits.

get/beacon_map/fetch

Query parameters

beacons[byIds][]integer[]

Filters the beacons based on the IDs.

beacons[byUuids][]string[]

Filters the beacons based on the UUIDs.

beacons[byToolIds][]string[]

Filters the beacons based on the tool IDs.

estimated_positionboolean

Show estimated position of the beacon.

Response

Success Response:

autoRefreshinteger

The configured refresh interval in seconds.

Example response

{
  "beacons": [
    {
      "latLng": [
        52.38127828631681,
        7.594243214018696
      ],
      "lastSignalAt": "2015-02-20T12:59:21+01:00"
    }
  ]
}