GET
/
unified
/
accounting
/
transaction-list
curl --request GET \
  --url https://api.openint.dev/v0/unified/accounting/transaction-list \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
{
  "reportName": "<string>",
  "startPeriod": "<string>",
  "endPeriod": "<string>",
  "currency": "<string>",
  "transactions": [
    {
      "id": "<string>",
      "date": "<string>",
      "transactionType": "<string>",
      "documentNumber": "<string>",
      "posting": "<string>",
      "name": "<string>",
      "department": "<string>",
      "memo": "<string>",
      "account": "<string>",
      "split": "<string>",
      "amount": 123,
      "raw_data": "<any>"
    }
  ]
}

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Query Parameters

start_date
string
end_date
string
sort_order
string
customer
string
department
string
date_macro
string
payment_method
string
arpaid
string
transaction_type
string
sort_by
string

Response

200
application/json
Successful response
reportName
string
required
startPeriod
string
required
endPeriod
string
required
currency
string
required
transactions
object[]
required