{ "opencollection": "1.0.0", "info": { "name": "Workday Integrations Workday Prism Analytics Benefits Business Processes API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Business Processes", "type": "folder" }, "items": [ { "info": { "name": "Workday Integrations List business processes", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/businessProcesses", "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": "status", "value": "", "type": "query", "description": "Filter by process status" } ] }, "docs": "Retrieve active business process instances, including approval workflows and their current status." }, { "info": { "name": "Workday Integrations Get a business process", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/prismAnalytics/v2/{tenant}/businessProcesses/:processId", "params": [ { "name": "processId", "value": "", "type": "path", "description": "Workday ID of the business process instance" } ] }, "docs": "Retrieve details and current status of a specific business process instance by ID." } ] } ], "bundled": true }