PeopleForce
GuidesAPI reference
List of employee leave types GETAssign a leave policy to an employee POSTDelete an employee leave type DELETEList of employee leave balances GETUpdate an employee leave balance PUTCreate a leave adjustment POSTList all leave policies GETList all leave requests GETCreate a leave request POSTList all pending leave requests GETGet a leave request GETDelete a leave request DELETEList all leave types GET
Leaves

List of employee leave types

GET
/api/public/v2/employees/{employee_id}/leave_types

Path Parameters

employee_id*integer

Response Body

application/json

curl -X GET "https://example.com/api/public/v2/employees/0/leave_types"
{  "data": [    null  ]}

List all articles GET

Previous Page

Assign a leave policy to an employee POST

Next Page