curl --request GET \
--url https://api.example.com/v1/ui/financials/ledger{
"entries": [
{
"date": "<string>",
"reference": "<string>",
"description": "<string>",
"type": "<string>",
"direction": "<string>",
"account": "<string>",
"debit": 123,
"credit": 123,
"status": "<string>"
}
],
"total": 123,
"totalCredit": 123,
"totalDebit": 123,
"currency": "SEK"
}curl --request GET \
--url https://api.example.com/v1/ui/financials/ledger{
"entries": [
{
"date": "<string>",
"reference": "<string>",
"description": "<string>",
"type": "<string>",
"direction": "<string>",
"account": "<string>",
"debit": 123,
"credit": 123,
"status": "<string>"
}
],
"total": 123,
"totalCredit": 123,
"totalDebit": 123,
"currency": "SEK"
}this-month, last-month, q1-2026, last-6-months date, credit, description asc, desc