{ "opencollection": "1.0.0", "info": { "name": "Workday Report Writer Workday Prism Analytics Buckets Tables API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tables", "type": "folder" }, "items": [ { "info": { "name": "Workday Report Writer List Prism Analytics Tables", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/prismAnalytics/v3/{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 tables available in the tenant. Tables define the schema for external data loaded into Workday." }, { "info": { "name": "Workday Report Writer Create a Prism Analytics Table", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}/api/prismAnalytics/v3/{tenant}/tables", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Prism Analytics table with a defined schema. The table schema specifies the fields, data types, and constraints for the external data that will be loaded." }, { "info": { "name": "Workday Report Writer Get a Prism Analytics Table", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/prismAnalytics/v3/{tenant}/tables/:tableId", "params": [ { "name": "tableId", "value": "", "type": "path", "description": "Unique identifier (WID) of the Prism Analytics table" } ] }, "docs": "Retrieve details of a specific Prism Analytics table including its schema definition, field mappings, and current state." }, { "info": { "name": "Workday Report Writer Update a Prism Analytics Table", "type": "http" }, "http": { "method": "PATCH", "url": "https://{hostname}/api/prismAnalytics/v3/{tenant}/tables/:tableId", "params": [ { "name": "tableId", "value": "", "type": "path", "description": "Unique identifier (WID) of the Prism Analytics table" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the display name or description of an existing Prism Analytics table. Schema changes require creating a new table version." } ] } ], "bundled": true }