---
title: "Retrieves history from a specific bank transaction using a unique bank transaction Id"
method: GET
path: "/BankTransactions/{BankTransactionID}/History"
tags: ["Accounting"]
---

# Retrieves history from a specific bank transaction using a unique bank transaction Id

`GET /BankTransactions/{BankTransactionID}/History`

## Path parameters

- `BankTransactionID` string, uuid, required

## Response `200`

Success - return response of HistoryRecords array of 0 to N HistoryRecord

- HistoryRecords
  - `HistoryRecords` HistoryRecord[]
    - `Details` string — details
    - `Changes` string — Name of branding theme
    - `User` string — has a value of 0
    - `DateUTC` string — UTC timestamp of creation date of branding theme

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/dc231cafd8de/schema)
