API Reference
Time
The leave object
represents a leave item's balance details the leave object is returned by the get leave items endpoint object parameters balance integer integer the total balance available for the leave item carried integer integer the carried over amount for the leave item includes both expired and non expired days entitlement integer integer the entitlement amount for the leave item taken integer integer the total number of leave days consumed for the leave item expired integer integer the amount of expired carried leave carried can use integer integer the amount of available carried balance entitlement can use integer integer the amount of available leave, excluding the carried balance the leave object { "balance" 3, "carried" 1, "entitlement" 1, "taken" 2, "expired" 3, "carried can use" 0, "entitlement can use" 3 }