---
title: "GET /warehousetransfer/transfers/GetListTransfers"
method: GET
path: "/warehousetransfer/transfers/GetListTransfers"
tags: ["WarehouseTransfer"]
---

# GET /warehousetransfer/transfers/GetListTransfers

`GET /warehousetransfer/transfers/GetListTransfers`

Use this call to retrieve a list of items on  the order and request/sent/received levels. This method will return multiple entries for a single item if the item exists in multiple bins.

## Query parameters

- `ids` integer[]

## Response `200`

Success

- WarehouseTransferViewModel
  - `pkTransferId` integer
  - `fromLocationId` string, uuid
  - `toLocationId` string, uuid
  - `fromLocation` string, nullable
  - `toLocation` string, nullable
  - `status` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — Transfer current status
  - `transferType` 1 | 2 — Type of transfer
  - `referenceNumber` string, nullable
  - `createDate` string, date-time
  - `updateDate` string, date-time
  - `numberOfItems` integer
  - `totalRequestedQuantity` integer
  - `totalReceivedQuantity` integer
  - `totalSentQuantity` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `405` — Method Not Allowed

---

[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/versions/0123569a22fb/schema)
