Lists all leave requests for this employee, with optional filters
GET https://api.yourpayroll.com.au/api/v2/ess/{employeeId}/leave
Parameter name | Value | Description | Additional |
---|---|---|---|
employeeId | string | Required |
Parameter name | Value | Description | Additional |
---|---|---|---|
filter.showOtherEmployees | boolean | ||
filter.approvedOnly | boolean | ||
filter.fromDate | date-time | ||
filter.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