nour3adel / HR-Managment-System

Career 180 Graduation Project
0 stars 0 forks source link

Retrieve all performance reviews for a specific employee #22

Open nour3adel opened 5 hours ago

nour3adel commented 5 hours ago

GET / performance-reviews / {employee_id}

Description

Retrieve all performance reviews for a specific employee.

Authentication

Requires a valid API token in the header.

Parameters

None

Responses

http code content-type response
200 text/plain;charset=UTF-8 YAML string

Example Request

 curl -X GET -H "Content-Type: application/json" http://localhost:8889/