v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Tools|Tool

Fetch tool list.

This endpoint enables you to retrieve a list of tools that are under geoCapture's management. You will receive fundamental details such as the tool's serialNumber, toolCategory name, and toolManufacturer name. You can establish maintenance schedules within a tool to coordinate tool inspections, for instance. The status aims to enhance tool management efficiency within the company.

get/tool/fetch

Query parameters

filter[byIds][]integer[]

Filters the tools based on the internal IDs.

filter[bySerialNumbers][]string[]

Filters the tools based on the serial numbers.

filter[byExternalIds][]string[]

Filters the tools based on the external IDs.

filter[byBeaconIds][]string[]

Filters the tools based on beacon IDs.

filter[byLicenseNumbers][]string[]

Filters the vehicles based on the license plates.

offsetinteger

Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.

limitinteger

The limit parameter defines the maximum number of records that can be retrieved in a single API request, with a default value and max set at 500 records.

Response

Success Response:

offsetinteger

Number of skipped records.

totalCountinteger

Total number of available tools.

Example response

{
  "data": [
    {
      "currentProjectChangedAt": "2015-02-20T12:59:21+01:00",
      "createdAt": "2015-02-20T12:59:21+01:00"
    }
  ]
}