v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBFetch 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.
Query parameters
Filters the tools based on the internal IDs.
Filters the tools based on the serial numbers.
Filters the tools based on the external IDs.
Filters the tools based on beacon IDs.
Filters the vehicles based on the license plates.
Use this parameter to specify the number of records you want to skip before starting to collect the data from the result set.
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:
Example response
{
"data": [
{
"currentProjectChangedAt": "2015-02-20T12:59:21+01:00",
"createdAt": "2015-02-20T12:59:21+01:00"
}
]
}