The leave object
represents a leave item's balance details the leave object is returned by the get leave items endpoint object parameters balance \<font color="#a7b4c3">integer\</font> the total balance available for the leave item carried \<font color="#a7b4c3">integer\</font> the carried over amount for the leave item includes both expired and non expired days entitlement \<font color="#a7b4c3">integer\</font> the entitlement amount for the leave item taken \<font color="#a7b4c3">integer\</font> the total number of leave days consumed for the leave item expired \<font color="#a7b4c3">integer\</font> the amount of expired carried leave carried can use \<font color="#a7b4c3">integer\</font> the amount of available carried balance entitlement can use \<font color="#a7b4c3">integer\</font> 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 }