curl --request GET \
--url https://api.plane.com/v1/leave-balances/{leave_balance_id}/transactions \
--header 'Authorization: Bearer <token>'Returns the ledger for one leave balance.
curl --request GET \
--url https://api.plane.com/v1/leave-balances/{leave_balance_id}/transactions \
--header 'Authorization: Bearer <token>'posted and pending.transactions property that contains an array of
Leave Transaction objects.Was this page helpful?