GET BankStatementTransaction/Get
Retrieves a collection of Bank Statement Transactions.
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Bank Statement Transaction| Name | Type | Additional information | Description |
|---|---|---|---|
| TotalResults | integer |
None. |
|
| ReturnedResults | integer |
None. |
|
| Results | Collection of Bank Statement Transaction |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalResults": 1,
"ReturnedResults": 2,
"Results": [
{
"ID": 1,
"Date": "2025-12-21",
"BankAccountId": 3,
"BankAccount": {
"Name": "sample string 2",
"BankName": "sample string 3",
"AccountNumber": "sample string 4",
"BranchName": "sample string 5",
"BranchNumber": "sample string 6",
"Category": {
"Description": "sample string 1",
"ID": 2,
"Modified": "2025-12-21",
"Created": "2025-12-21"
},
"Active": true,
"Default": true,
"Balance": 9.0,
"Description": "sample string 10",
"BankFeedAccount": {
"ID": 1,
"BankFeedAccountGroupId": 2,
"BankFeedAccountGroup": {
"ID": 1,
"BankFeedProviderId": 2,
"BankFeedProviderTypeId": 3,
"Description": "sample string 4",
"Identifier": "sample string 5",
"RequiresAdditionalAuthentication": true,
"LastRefreshStatusId": 7
},
"Description": "sample string 3",
"Identifier": "sample string 4",
"LastRefreshDate": "2025-12-21",
"FirstImportDate": "2025-12-21",
"Balance": 1.0,
"BankAccountId": 1,
"BankAccountName": "sample string 5",
"LastRefreshStatusId": 6
},
"LastTransactionDate": "2025-12-21",
"LastImportDate": "2025-12-21",
"HasTransactionsWaitingForReview": true,
"HasActivity": true,
"DefaultPaymentMethodId": 1,
"PaymentMethod": 1,
"Modified": "2025-12-21",
"Created": "2025-12-21",
"CurrencyId": 1,
"ID": 13
},
"Selection": {
"ID": 1
},
"Reference": "sample string 4",
"Description": "sample string 5",
"Tax": 6.0,
"Total": 7.0,
"BankUniqueIdentifier": "sample string 8",
"MatchedBankTransactionID": 1
},
{
"ID": 1,
"Date": "2025-12-21",
"BankAccountId": 3,
"BankAccount": {
"Name": "sample string 2",
"BankName": "sample string 3",
"AccountNumber": "sample string 4",
"BranchName": "sample string 5",
"BranchNumber": "sample string 6",
"Category": {
"Description": "sample string 1",
"ID": 2,
"Modified": "2025-12-21",
"Created": "2025-12-21"
},
"Active": true,
"Default": true,
"Balance": 9.0,
"Description": "sample string 10",
"BankFeedAccount": {
"ID": 1,
"BankFeedAccountGroupId": 2,
"BankFeedAccountGroup": {
"ID": 1,
"BankFeedProviderId": 2,
"BankFeedProviderTypeId": 3,
"Description": "sample string 4",
"Identifier": "sample string 5",
"RequiresAdditionalAuthentication": true,
"LastRefreshStatusId": 7
},
"Description": "sample string 3",
"Identifier": "sample string 4",
"LastRefreshDate": "2025-12-21",
"FirstImportDate": "2025-12-21",
"Balance": 1.0,
"BankAccountId": 1,
"BankAccountName": "sample string 5",
"LastRefreshStatusId": 6
},
"LastTransactionDate": "2025-12-21",
"LastImportDate": "2025-12-21",
"HasTransactionsWaitingForReview": true,
"HasActivity": true,
"DefaultPaymentMethodId": 1,
"PaymentMethod": 1,
"Modified": "2025-12-21",
"Created": "2025-12-21",
"CurrencyId": 1,
"ID": 13
},
"Selection": {
"ID": 1
},
"Reference": "sample string 4",
"Description": "sample string 5",
"Tax": 6.0,
"Total": 7.0,
"BankUniqueIdentifier": "sample string 8",
"MatchedBankTransactionID": 1
}
]
}