# Read bank transactions **GET /banktransactions** Read a list of bank transactions based on specified filters. Each transaction includes details such as transaction reference, type, bank account details, payment reference, amount, date, and status. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Query parameters - **dateFrom** (string(date)) Filter bank transactions by start date (inclusive). Date format should be YYYY-MM-DD. Compares dates by greater or equal. Accepts dates in ISO 8601 format. - **dateTo** (string(date)) Filter bank transactions by end date (inclusive). Date format should be YYYY-MM-DD. Compares dates by less or equal. Accepts dates in ISO 8601 format. The date range cannot span more than two years. - **bankAccountId** (string(uuid)) Filter bank transactions by bank account ID. - **limit** (integer) Specify the number of items to fetch per page, defaults to 25. - **page** (integer(int)) Specify the page number to fetch, defaults to 1. ## Responses ### 200: Successful operation #### Headers - **link** (string) The "link" header includes information on where to find `first`, `self`, `previous` and `next` page. The last page does not include `next` link. Refer to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (array[object]) [Powered by Bump.sh](https://bump.sh)