{ "operationId": "getLeavesOfAbsence", "method": "GET", "path": "/workers/{ID}/leaveOfAbsences", "summary": "Get Leaves of Absence", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getleavesofabsence200Example", "example": { "data": [ { "id": "abc123", "descriptor": "example_value", "startDate": "2026-01-15", "estimatedEndDate": "2026-01-15", "actualEndDate": "2026-01-15", "status": "example_value", "lastDayOfWork": "2026-01-15", "firstDayOfWork": "2026-01-15" } ], "total": 10 } } ] }