nour3adel / HR-Managment-System

Career 180 Graduation Project
0 stars 0 forks source link

Retrieve all leave requests by an employee. #17

Open nour3adel opened 4 hours ago

nour3adel commented 4 hours ago

GET / attendance / {employee_id}

Description

Retrieve attendance records 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/