{ "opencollection": "1.0.0", "info": { "name": "Workday Integrations Workday Prism Analytics Benefits Tables API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tables", "type": "folder" }, "items": [ { "info": { "name": "Workday Integrations List data tables", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/tables", "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" }, { "name": "name", "value": "", "type": "query", "description": "Filter tables by name" } ] }, "docs": "Retrieve a collection of Prism Analytics data tables available in the tenant, including both Workday-sourced and external data tables." }, { "info": { "name": "Workday Integrations Get a data table", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/tables/:tableId", "params": [ { "name": "tableId", "value": "", "type": "path", "description": "Workday ID of the data table" } ] }, "docs": "Retrieve details of a specific data table by ID, including its schema and source information." } ] } ], "bundled": true }