---
title: "Fetch location list."
method: GET
path: "/location/fetch"
tags: ["Employees|Location"]
---

# Fetch location list.

`GET /location/fetch`

This endpoint enables you to retrieve a list of locations, including the name and description of the
retrieved locations. To modify or add a new location, configuration must be performed in geoCapture.

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardLocationFetchResponse
  - `data` object[] — The tool categories.
    - `id` integer — The internal id of the location category.
    - `name` string — The name of the location.
    - `externalId` string — The external ID of the location.
    - `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/versions/869b05603541/schema)
