AlphaAlpha Docs
API ReferenceBank transactions

Get all MT940 imports, optionally filtered by bank account

GET
/bank-transactions/imports
AuthorizationBearer <token>

In: header

Query Parameters

bankAccountId?string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/bank-transactions/imports"
[
  {
    "bankAccountId": "string",
    "bankAccountNumber": "string",
    "closingBalance": 0.1,
    "created": "2019-08-24T14:15:22Z",
    "createdBy": "string",
    "errorMessage": "string",
    "fileName": "string",
    "id": "string",
    "openingBalance": 0.1,
    "statementDate": "2019-08-24T14:15:22Z",
    "statementNumber": "string",
    "status": "PENDING",
    "subsidiaryId": "string",
    "tenantId": "string",
    "transactionsDuplicate": 0,
    "transactionsImported": 0,
    "transactionsMatched": 0
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}