---
title: "List Locations"
method: GET
path: "/v1/public/locations"
tags: ["Locations"]
---

# List Locations

`GET /v1/public/locations`

## Query parameters

- `workspace_id` string, nullable
- `search` string, nullable
- `q` string, nullable
- `lang` string, nullable
- `language` string, nullable

## Headers

- `Accept-Language` string

## Response `200`

OK

- InventoryWarehouseSchema[]
  - `id` string, uuid, nullable
  - `id_iw` union
    - string
    - integer
  - `location` string, nullable
  - `warehouse` string, nullable
  - `floor` string, nullable
  - `zone` string, nullable
  - `aisle` string, nullable
  - `rack` string, nullable
  - `shelf` string, nullable
  - `bin` string, nullable
  - `map_location_id` string, nullable
  - `usage_status` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/versions/c273ff62266a/schema)
