Open nour3adel opened 5 hours ago
GET
Retrieve all performance reviews for a specific employee.
Requires a valid API token in the header.
None
http code content-type response 200 text/plain;charset=UTF-8 YAML string
200
text/plain;charset=UTF-8
{ "id": "123", "name": "John Doe", "email": "john.doe@example.com" }
curl -X GET -H "Content-Type: application/json" http://localhost:8889/
GET
/ performance-reviews / {employee_id}Description
Retrieve all performance reviews for a specific employee.
Authentication
Requires a valid API token in the header.
Parameters
Responses
Example Request