---
title: "Find locations based on search parameters."
method: POST
path: "/api/locations/list"
tags: ["Location"]
---

# Find locations based on search parameters.

`POST /api/locations/list`

## Query parameters

- `Sort.Field` string
- `Sort.Dir` 'ascending' | 'descending' — Specify sorting direction.
- `Skip` integer
- `Take` integer

## Request body

- LocationRequestFindParameters — Parameters used for searching/finding locations.
  - `name` string, nullable — Filter locations based on their name.

## Response `200`

List of locations matching the filters

- LocationDto[]
  - `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.

---

[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)
