Bank statements
List transactions
The List transactions endpoint returns a list of transactions for a given company's connection.
Transactions provide an immutable source of up-to-date information on income and expenditure.
Before using this endpoint, you must have retrieved data for the company.
get/companies/{companyId}/connections/{connectionId}/data/banking-transactions
Query parameters
pageinteger
Example:1
Page number. Read more.
pageSizeinteger
Example:100
Number of records to return in a page. Read more.
querystring
Codat query string. Read more.
orderBystring
Example:-modifiedDate
Field to order results by. Read more.
Response
Success
BankingTransactions required— unresolved $ref