{ "opencollection": "1.0.0", "info": { "name": "Workday Financials Workday Cash Management Account Reconciliations Ledger Accounts API", "version": "v38.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ledger Accounts", "type": "folder" }, "items": [ { "info": { "name": "Workday Financials List ledger accounts", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/ledgerAccounts", "params": [ { "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" } ] }, "docs": "Retrieve a collection of ledger accounts from the chart of accounts." }, { "info": { "name": "Workday Financials Get a ledger account", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/ledgerAccounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Retrieve details of a specific ledger account by its unique identifier." } ] } ], "bundled": true }