---
title: "GetWarehouseTOTEs"
method: POST
path: "/api/Locations/GetWarehouseTOTEs"
tags: ["Locations"]
---

# GetWarehouseTOTEs

`POST /api/Locations/GetWarehouseTOTEs`

Gets list of tots for a specific location or find a specific tot depending on the request parameters. Specify tot id or tot barcode to find specific tot in the location or 
if nothing is specified or parameters are omitted, all tots for the location will be returned
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- GetWarehouseTotesRequest
  - `LocationId` string, uuid — Location Id of the TOTs
  - `ToteBarcode` string — (Optional) Barcode of the TOT. If provided the response will contain one record that matches exactly to the TotBarcode or returns an empty response if nothing is found. If not provided, empty string or null and TotId is null or not specified all TOTs for the warehouse will be returned.
  - `TotId` integer — (Optional) Id of the TOT, if specified TotBarcode is ignored. If null and TotBarcode not specified then returns all tots in the warehouse

## Response `200`

OK

- GetWarehouseTotesResponse
  - `Totes` WarehouseTOTE[]
    - `ToteId` integer — Tote Id
    - `ToteBarcode` string — TOTE Barcode
    - `LocationId` string, uuid — Location Id of a warehouse to which TOT belongs

---

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