---
title: "Returns a list of Supplier's opening balance transactions."
method: GET
path: "/v1/suppliers/{itemId}/openingBalanceList"
tags: ["Suppliers"]
---

# Returns a list of Supplier's opening balance transactions.

`GET /v1/suppliers/{itemId}/openingBalanceList`

## Path parameters

- `itemId` integer, required

## Response `200`

OK

- OwnerOpeningBalanceDto[]
  - `id` integer
  - `entryDate` string, date-time
  - `procDate` string, date-time
  - `reference` string
  - `timestamp` string, byte
  - `total` number, double
  - `totalVAT` number, double
  - `unpaid` number, double
  - `vatEntries` OwnerOpeningBalanceVatEntryDto[]
    - `vatRateId` integer
    - `amount` number, double
  - `isChanged` boolean

---

[API](https://skmtc.net/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.net/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/1324a5ec638a/schema)
