GET api/Employee/{employeeNo}
Endpoint to get a given employee
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeNo |
EmployeeNo |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfGetEmployeeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | Collection of GetEmployeeDto |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.