---
title: "Get a location."
method: GET
path: "/api/locations/{id}"
tags: ["Location"]
---

# Get a location.

`GET /api/locations/{id}`

## Path parameters

- `id` string, required

## Response `200`

The location for the given id

- LocationDto — Location definition.
  - `id` string, required — Unique id associated to this entity.
  - `name` string, required — Identifying name. Must be unique.
  - `description` string, nullable — A verbose description of the location.
  - `barcode` string, nullable — Barcode identifier for this entity.

## Other responses

- `404` — Location did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
