{ "operationId": "getPerformanceReviews", "method": "GET", "path": "/workers/{ID}/performanceReviews", "summary": "Get Performance Reviews", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getperformancereviews200Example", "example": { "data": [ { "id": "abc123", "descriptor": "example_value", "status": "example_value", "completedDate": "2026-01-15" } ], "total": 10 } } ] }