v1
latestOpenAPI 3.1.02026-07-2414339465.7 KBAccrual Balance History
View accrual balance history specific filters within a company
post/accrualBalance/history
Request body
Response
200
Example response
{
"data": [
{
"employeeID": "66722ff005a48848507d75d9",
"policyName": "sick_leave",
"totalAccrued": "7.45",
"totalBalance": "21.64",
"totalUsage": "17.00",
"history": [
{
"reportingPeriodID": "6580ce4a3808d60023b4e17d",
"checks": [
"36cd1ff3857d4e9585aa18e93c6e62e2"
],
"balance": "26.29",
"accrued": "2.61",
"usage": "0.00"
}
]
}
],
"success": true
}