v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Tools|Tool

Request tool details.

This endpoint allows you to gather detailed information about a tool with a specific id. This endpoint returns a tool object and, if available, the linked beacon or tracker and the current known position of the tool.

get/tool/fetchData

Query parameters

idinteger required

The internal id of the tool. This Parameter is required.

Response

Success Response:

Example response

{
  "tool": {
    "currentProjectChangedAt": "2015-02-20T12:59:21+01:00",
    "createdAt": "2015-02-20T12:59:21+01:00",
    "beacon": {
      "lastSignalAt": "2015-02-20T12:59:21+01:00",
      "latLng": [
        52.38127828631681,
        7.594243214018696
      ],
      "estimatedPosition": [
        52.38127828631681,
        7.594243214018696
      ]
    },
    "tracker": {
      "lastSignalAt": "2015-02-20T12:59:21+01:00",
      "latLng": [
        52.38127828631681,
        7.594243214018696
      ]
    }
  }
}