OpenDesk icon indicating copy to clipboard operation
OpenDesk copied to clipboard

API to fetch booking details from employee service.

Open ryagnaguru opened this issue 3 years ago • 0 comments

Requirement:

This API in employee service that takes employee id as parameter is used to fetch all the booking details associated to the id.

API:

CODE_BASE: code_base/microservices/employee-service API: /employee/{empId}/bookings Method Type: GET

Note: You might need to create data in micro-service via swagger api. Use below url http://localhost:{port}/swagger-ui.html

ryagnaguru avatar Nov 16 '20 15:11 ryagnaguru