{ "opencollection": "1.0.0", "info": { "name": "Workday Financials Workday Cash Management Account Reconciliations Billing Schedules API", "version": "v38.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Billing Schedules", "type": "folder" }, "items": [ { "info": { "name": "Workday Financials List billing schedules", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/billingSchedules", "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 billing schedules." }, { "info": { "name": "Workday Financials Get a billing schedule", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/billingSchedules/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Retrieve details of a specific billing schedule." } ] } ], "bundled": true }