v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Tools|Tool manufacturer

Fetch tool manufacturer list.

This feature enables you to acquire a list of tool manufacturers. You will receive the standard manufacturers provided by geoCapture and any additional ones you have added to your geoCapture account. To add or modify a tool manufacturer, you must do so within geoCapture.

get/tool_manufacturer/fetch

Query parameters

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 max and default value set at 500 records.

Response

Success Response:

offsetinteger

Number of skipped records.

totalCountinteger

Total number of available tool categories.

Example response

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