get_performance_reviews
Retrieve employee performance appraisals. Filter by year or status (In Progress, Completed, Cancelled, Pending) to get specific reviews.
Instructions
Get performance appraisals for an employee.
Status codes:
- 'INP': In Progress
- 'COMP': Completed
- 'CANC': Cancelled
- 'PEND': Pending
:param employee_id: The employee ID (EMPLID)
:param year: Optional filter by review year
:param status: Optional filter by status code
:return: List of performance reviews
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| status | No | ||
| employee_id | Yes |