---
title: "Fetch tool manufacturer list."
method: GET
path: "/tool_manufacturer/fetch"
tags: ["Tools|Tool manufacturer"]
---

# Fetch tool manufacturer list.

`GET /tool_manufacturer/fetch`

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.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardToolManufacturerFetchResponse
  - `data` object[] — The tool categories.
    - `id` integer — The internal id of the tool manufacturer.
    - `name` string — The name of the tool manufacturer.
    - `description` string — The description of the tool manufacturer.
    - `createdAt` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of available tool categories.

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/revisions/869b05603541/schema)
