{
"current_page": 1,
"items": [
{
"credits": "2343.05",
"debits": "45353.95",
"formatted_number": "51200000",
"label": "Capital souscrit - appelé, versé",
"number": "512"
},
{
"credits": "2343.05",
"debits": "45353.95",
"formatted_number": "51200000",
"label": "Capital souscrit - appelé, versé",
"number": "512"
}
],
"per_page": 40,
"total_items": 12,
"total_pages": 5
}
This endpoint returns the trial balance of the current company for the given period.
ℹ️ This endpoint requires one of the following scopes:
trial_balance:readonly
{
"current_page": 1,
"items": [
{
"credits": "2343.05",
"debits": "45353.95",
"formatted_number": "51200000",
"label": "Capital souscrit - appelé, versé",
"number": "512"
},
{
"credits": "2343.05",
"debits": "45353.95",
"formatted_number": "51200000",
"label": "Capital souscrit - appelé, versé",
"number": "512"
}
],
"per_page": 40,
"total_items": 12,
"total_pages": 5
}
(Required) The start of the period you want the trial balance for.
"2022-01-01"
(Required) The end of the period you want the trial balance for.
"2022-12-31"
Whether to include auxiliary accounts or not.
"true"
(Required) Items are paginated, this is the current page which will be returned. The page index is starting at 1.
"1"
(Required) The number of items returned per page.
"20"
Returns a list of balances grouped by ledger accounts.
The response is of type object
.