Lists all leave requests for this employee, with optional filters
GET http:///api/v2/ess/{employeeId}/leave
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| employeeId | string | Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| ShowOtherEmployees | boolean | ||
| ApprovedOnly | boolean | ||
| FromDate | date-time | ||
| ToDate | date-time |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
EssLeaveRequestModel |
Powered by DapperDox