{ "opencollection": "1.0.0", "info": { "name": "Workday Integrations Workday Prism Analytics Benefits Data Sources API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "Workday Integrations List data sources", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/dataSources", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" } ] }, "docs": "Retrieve available data sources for Prism Analytics, including native Workday data sources and external datasets that can be used in reports." } ] } ], "bundled": true }