v20

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-271727149.6 KB
Time Off

Get worker remaining time-off balances.

get/v1/time_off/balances

Query parameters

limitstring

a number less than or equal to 100

a number less than or equal to 100

afterIdstring
beforeIdstring
policyIdsstring[]
[
  "top_1234"
]
workerIdsstring[]
[
  "wrk_1234"
]
startDatestring

a string to be decoded into a Date

endDatestring

a string to be decoded into a Date

Response

Success

hasMoreboolean required
countinteger required

an integer

Example response

{
  "data": [
    {
      "policyId": "top_1234"
    }
  ]
}