GET api/Employee/{employeeNo}

Endpoint to get a given employee

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeNo

EmployeeNo

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfGetEmployeeDto
NameDescriptionTypeAdditional information
Item

Collection of GetEmployeeDto

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.