{ "opencollection": "1.0.0", "info": { "name": "Workday Payroll Input Deductions Input Batches API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Input Batches", "type": "folder" }, "items": [ { "info": { "name": "Workday Payroll List Input Batches", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/inputBatches", "params": [ { "name": "limit", "value": "20", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "0", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "status", "value": "Pending", "type": "query", "description": "Filter by batch status" } ] }, "docs": "Retrieve all payroll input batch submissions, including their processing status and validation results." }, { "info": { "name": "Workday Payroll Create an Input Batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.workday.com/payroll-input/v1/inputBatches", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a batch of payroll input records for processing, supporting earnings, deductions, and time-off entries in bulk." }, { "info": { "name": "Workday Payroll Get an Input Batch", "type": "http" }, "http": { "method": "GET", "url": "https://api.workday.com/payroll-input/v1/inputBatches/:batchId", "params": [ { "name": "batchId", "value": "ib_20260428_00007", "type": "path", "description": "Unique identifier for the input batch" } ] }, "docs": "Retrieve details and status of a specific input batch submission." } ] } ], "bundled": true }