Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 247 Bytes

File metadata and controls

16 lines (10 loc) · 247 Bytes

employee-hierarchy

POST http://localhost:8080/employee-hierarchy

payload sample:

Alan;100;150
Martin;220;100
Jamie;150;
Alex;275;100
Steve;400;150
David;190;400

returns Employee object of the CEO and his employees (EAGER fetch)