---
title: "GetArchivedTransfersBetweenArchivedDates"
method: GET
path: "/api/WarehouseTransfer/GetArchivedTransfersBetweenArchivedDates"
tags: ["WarehouseTransfer"]
---

# GetArchivedTransfersBetweenArchivedDates

`GET /api/WarehouseTransfer/GetArchivedTransfersBetweenArchivedDates`

Use this call to search for archived transfers which were archived between two dates.
<b>Permissions Required: </b> GlobalPermissions.Inventory.WarehouseTransferNode
<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

## Query parameters

- `start` string, date-time
- `end` string, date-time
- `pageNumber` integer
- `entriesPerPage` integer

## Response `200`

OK

- GenericPagedResultWarehouseTransfer — Order item object
  - `PageNumber` integer — Result page number
  - `EntriesPerPage` integer — Result page size, quantity of records per page
  - `TotalEntries` integer — Total records
  - `TotalPages` integer — Total pages
  - `Data` WarehouseTransfer[]
    - `PkTransferId` string, uuid — Transfer ID
    - `FromLocationId` string, uuid — Location from which transfer is made (unique identifier)
    - `ToLocationId` string, uuid — Location to which transfer is made (unique identifier)
    - `FromLocation` string — Name of location from which transfer is made
    - `ToLocation` string — Name of location to which transfer is made
    - `Status` 'Draft' | 'Request' | 'Accepted' | 'Packing' | 'InTransit' | 'CheckingIn' | 'Delivered' — Current transfer status
    - `nStatus` integer — Status ID
    - `ReferenceNumber` string — Transfer reference number
    - `OrderDate` string, date-time — When transer was ordered
    - `NumberOfItems` integer — Number of items transfered
    - `NumberOfNotes` integer — Number of transfer notes
    - `fkOriginalTransferId` string, uuid — Original transfer ID
    - `OriginalTransferReference` string — Original transfer reference number
    - `IsDiscrepancyTransfer` boolean — If its a discrepency transfer
    - `BLogicalDelete` boolean — If transfer is deleted
    - `Bins` WarehouseTransferBin[] — List of transfer bins
      - `PkBinId` string, uuid — Bin ID
      - `BinName` string — Transfer bin name
      - `BinReference` string — Bin reference
      - `BinBarcode` string — Bin barcode
      - `BinNotes` WarehouseTransferBinNote[] — List of transfer bin notes
        - `PkTransferBinNoteId` string, uuid — Transfer bin note ID
        - `NoteUser` string — User who created note
        - `Note` string — Note text
        - `NoteDateTime` string, date-time — When bin note was added
        - `NoteRead` boolean — If bin note is readable
        - `PkBinId` string, uuid — Bin ID
      - `BinItems` WarehouseTransferItem[] — List of transfer items
        - `PkTransferItemId` string, uuid — Transfer ID
        - `FkStockItemId` string, uuid — Stock item ID (unique identifier)
        - `SKU` string — Product SKU
        - `Barcode` string — Product barcode
        - `ItemTitle` string — Product title
        - `RequestedQuantity` integer — Quantity requested for transfer
        - `SentQuantity` integer — Quantity transferred
        - `ReceivedQuantity` integer — Quantity received
        - `InFromLocationQuantity` integer — Quantity from location
        - `DueFromLocationQuantity` integer — Due from location quantity
        - `InToLocationQuantity` integer — Currently in location quantity
        - `ItemNoteCount` integer — Items notes count
        - `BinRackNumber` string — Stock item binrack
        - `PkBinId` string, uuid — Transfer bin ID
        - `ItemNotes` WarehouseTransferItemNote[] — List of transfer notes
          - `PkTransferItemNoteId` string, uuid — Stock item ID (unique identifier)
          - `NoteUser` string — User who added note
          - `Note` string — Note text
          - `NoteDateTime` string, date-time — When note was added
          - `NoteRead` boolean — If note is readable
          - `FkBinId` string, uuid — Bin ID
          - `PkTransferItemId` string, uuid — Transfer ID
    - `Notes` WarehouseTransferNote[] — List of transfer notes
      - `PkTransferNoteId` string, uuid
      - `NoteUser` string
      - `Note` string
      - `NoteDateTime` string, date-time
      - `NoteRead` boolean
    - `AuditTrail` WarehouseTransferAudit[] — List of transfer audits
      - `PkTransferAuditId` string, uuid
      - `AuditType` 'TransferStatusChange' | 'TransferItem' | 'TransferNote' | 'TransferProperty' | 'TransferBin' | 'TransferInformation' | 'TransferMerge' | 'TransferArchived'
      - `nAuditType` integer
      - `AuditDate` string, date-time
      - `AuditNote` string
    - `TransferProperties` WarehouseTransferProperty[] — List of transfer properties
      - `PkTransferPropertyId` string, uuid
      - `TransferPropertyName` string
      - `TransferPropertyValue` string
    - `UpdateStatus` UpdateStatus
      - `Notes` boolean
      - `Items` boolean
      - `Properties` boolean
      - `Information` boolean
      - `Status` boolean

---

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