{ "operationId": "getPaySlips", "method": "GET", "path": "/workers/{ID}/paySlips", "summary": "Get Pay Slips", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getpayslips200Example", "example": { "data": [ { "id": "abc123", "descriptor": "example_value", "payPeriodStartDate": "2026-01-15", "payPeriodEndDate": "2026-01-15", "payDate": "2026-01-15", "grossPay": 42.5, "netPay": 42.5, "totalDeductions": 42.5, "totalTaxes": 42.5 } ], "total": 10 } } ] }