Improved

Time Off: accrualType and policyId Added to Policy Types & Balances Response

The Time Off policy-types and balances endpoints now expose a policy's accrual type and the policy each balance belongs to, so integrations can distinguish fixed, hourly, and unlimited policies and map every balance back to its specific policy.

What's New

  • Updated guide: Policy Types & Balances — added accrualType to the policy object and policyId to user balances, with updated response examples and field tables

Key Improvements

  • accrualType on each policy: Every item in data.policyTypes[].policies[] from Get Policy Types now includes accrualType — one of fixed, hourly, or unlimited.
  • policyId on each balance: Get User Balances (data.balances[]) and Update User Balance (data.balance) now include policyId, the id of the policy the balance belongs to — useful when a policy type contains more than one policy.