{ "opencollection": "1.0.0", "info": { "name": "Workday Finance Financial Management Accounts Financial Periods API", "version": "v41.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Financial Periods", "type": "folder" }, "items": [ { "info": { "name": "List Financial Periods", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/financial-management/v41.2/{tenant}/financialPeriods", "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": "fiscalYear", "value": "", "type": "query", "description": "Filter by fiscal year" } ] }, "docs": "Returns a collection of fiscal periods and their open/close status." } ] } ], "bundled": true }