Employee
List employees
Lists existing employees
get/api/v1/employees
Query parameters
searchTermstring
Response
Employee minimal list.
Example response
{
"data": [
{
"id": "17",
"number": "342442",
"name": "John",
"email": "john@example.com"
}
]
}