{ "opencollection": "1.0.0", "info": { "name": "Workday Report Writer Workday Prism Analytics Buckets Datasets API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "Workday Report Writer List Prism Analytics Datasets", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/prismAnalytics/v3/{tenant}/datasets", "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 datasets by name" } ] }, "docs": "Retrieve a collection of Prism Analytics datasets. Datasets are read-only data collections derived from tables or Workday data sources used in Prism reports and dashboards." }, { "info": { "name": "Workday Report Writer Get a Prism Analytics Dataset", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/prismAnalytics/v3/{tenant}/datasets/:datasetId", "params": [ { "name": "datasetId", "value": "", "type": "path", "description": "Unique identifier (WID) of the Prism Analytics dataset" } ] }, "docs": "Retrieve details of a specific Prism Analytics dataset including its schema, row count, and last refresh timestamp." } ] } ], "bundled": true }