---
title: "Get item transaction for defined criteria"
method: GET
path: "/v1/ItemTransactions"
tags: ["ItemTransactions"]
---

# Get item transaction for defined criteria

`GET /v1/ItemTransactions`

## Query parameters

- `locationId` integer
- `itemId` integer
- `wmsLocationId` string
- `itemBatch` string
- `Filter` string
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `Account` unknown

## Response `200`

Success

- InventTransResponsePagedResult
  - `pageSize` integer
  - `page` integer
  - `totalCount` integer
  - `filteredCount` integer
  - `data` InventTransResponse[], nullable
    - `itemId` integer
    - `itemName` string, nullable
    - `itemCode` string, nullable
    - `statusIssue` 0 | 1 | 2 | 3
    - `statusReceipt` 0 | 1 | 2 | 3
    - `transDate` string, date-time
    - `refType` integer
    - `operationName` string, nullable
    - `quantity` number, double
    - `inventDim` InventDimResponse
      - `id` integer
      - `locationId` integer, nullable
      - `locationName` string, nullable
      - `wmsLocationId` string, nullable
      - `batchId` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
