{ "operationId": "getPayrollRuns", "method": "GET", "path": "/pay/payrollRuns", "summary": "Retrieve Payroll Run Results", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getpayrollruns200Example", "example": { "items": [ { "payrollActionId": "500123", "payrollId": "500123", "actionType": "example_value", "actionStatus": "C", "effectiveDate": "2026-01-15", "dateEarned": "2026-01-15", "periodOfServiceId": "500123", "businessGroupId": "500123" } ], "totalCount": 10, "hasMore": true } } ] }