List Time Off Policies for Employee, Version 1.1

Sample Response

[
    {
        "timeOffPolicyId": 4,
        "timeOffTypeId": 1,
        "accrualStartDate": "2012-02-01"
    },
    {
        "timeOffPolicyId":5,
        "timeOffTypeId": 2,
        "accrualStartDate": "0000-00-00"
    }
]

Note

For Manual and Discretionary policies, the accrual start date will be "0000-00-00"

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!