Get employee navigation details for a specific employee

Get
/employers/{employerId}/employees/{id}/navigation
Store values

Parameters

string
The Id of the Employer to which the Employee belongs.
string
The Id of the Employee you want to retrieve.
string
Restrict the results to employees with the given status (optional)
string
If specified then only employees assigned to this department code will be listed (optional)
string
Specifies the field by which to sort the employees. Default is EmployeeSortBy.None. (optional)
boolean
Specifies whether the sorting should be in descending order. Default is false. (optional)
Try it

Possible Responses

200 Success Contract.EmployeeNavigationResponse application/json