List the employees that are eligible for a shift swap
GET http:///api/v2/ess/{employeeId}/shift/{shiftId}/swap/candidates
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| shiftId | int32 | Required | |
| employeeId | string | Required | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          EssShiftSwapCandidate | 
Powered by DapperDox