{ "opencollection": "1.0.0", "info": { "name": "Workday Financials Workday Cash Management Account Reconciliations Reports API", "version": "v38.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Workday Financials List available reports", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/reports", "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" }, { "name": "category", "value": "", "type": "query", "description": "Filter by report category" } ] }, "docs": "Retrieve a collection of available report definitions." }, { "info": { "name": "Workday Financials Get a report definition", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Retrieve the definition and metadata for a specific report." } ] } ], "bundled": true }