{ "opencollection": "1.0.0", "info": { "name": "Workday Business Process Approvals Inbox Items API", "version": "v41.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{tenant}.workday.com/ccx/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Inbox Items", "type": "folder" }, "items": [ { "info": { "name": "Workday List Inbox Items", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/businessProcess/v1/inboxItems", "params": [ { "name": "limit", "value": "100", "type": "query", "description": "Maximum number of records to return" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of records to skip" }, { "name": "workerId", "value": "EMP-12345", "type": "query", "description": "Filter inbox items by worker ID" }, { "name": "status", "value": "PENDING", "type": "query", "description": "Filter by item status (PENDING, COMPLETE)" } ] }, "docs": "Retrieves a collection of inbox items requiring user action for business processes." } ] } ], "bundled": true }