{ "opencollection": "1.0.0", "info": { "name": "Workday Report Writer Workday Prism Analytics Buckets Data Change Tasks API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Change Tasks", "type": "folder" }, "items": [ { "info": { "name": "Workday Report Writer List Data Change Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/prismAnalytics/v3/{tenant}/dataChangeTasks", "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 a collection of data change tasks. Data change tasks represent operations that modify data in Prism Analytics tables, including inserts, updates, upserts, and deletes." }, { "info": { "name": "Workday Report Writer Get a Data Change Task", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/prismAnalytics/v3/{tenant}/dataChangeTasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "Unique identifier of the data change task" } ] }, "docs": "Retrieve details of a specific data change task including its status, operation type, row counts, and any error information." } ] } ], "bundled": true }