{ "opencollection": "1.0.0", "info": { "name": "Workday Financials Workday Cash Management Account Reconciliations Bank Transactions API", "version": "v38.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Bank Transactions", "type": "folder" }, "items": [ { "info": { "name": "Workday Financials List bank transactions for an account", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/bankAccounts/:id/transactions", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "fromDate", "value": "", "type": "query", "description": "Filter transactions from this date" }, { "name": "toDate", "value": "", "type": "query", "description": "Filter transactions to this date" } ] }, "docs": "Retrieve bank transactions associated with a specific bank account." } ] } ], "bundled": true }