{ "opencollection": "1.0.0", "info": { "name": "Workday Financials Workday Cash Management Account Reconciliations Custom Reports API", "version": "v38.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Reports", "type": "folder" }, "items": [ { "info": { "name": "Workday Financials List custom reports", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/customReports", "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 custom report definitions." }, { "info": { "name": "Workday Financials Get a custom report", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/customReports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Retrieve details of a specific custom report definition." }, { "info": { "name": "Workday Financials Execute a custom report", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/customReports/:id/execute", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" }, { "name": "format", "value": "", "type": "query", "description": "Output format for the report" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute a custom report with optional prompt values and retrieve results." } ] } ], "bundled": true }