Get Employees (/employees)

Get the list of employees

Returns a list of all employees in RxUniverse

 

Example

http://localhost:4567/api/employees

returns

[

{

"code": "AK",

"name": "Alex Kava",

},

{

"code": "JP",

"name": "James Patterson",

},

]

Â