{
"current_page": 1,
"items": [
{
"credit": "0.00",
"debit": "100.00",
"id": 42,
"label": "Employees - Jean Dupont / Salary May 2023",
"ledger_account_id": 987
},
{
"credit": "0.00",
"debit": "100.00",
"id": 42,
"label": "Employees - Jean Dupont / Salary May 2023",
"ledger_account_id": 987
}
],
"per_page": 40,
"total_items": 12,
"total_pages": 5
}
List ledger entry lines of a Ledger Entry
ℹ️ This endpoint requires one of the following scopes:
ledger
{
"current_page": 1,
"items": [
{
"credit": "0.00",
"debit": "100.00",
"id": 42,
"label": "Employees - Jean Dupont / Salary May 2023",
"ledger_account_id": 987
},
{
"credit": "0.00",
"debit": "100.00",
"id": 42,
"label": "Employees - Jean Dupont / Salary May 2023",
"ledger_account_id": 987
}
],
"per_page": 40,
"total_items": 12,
"total_pages": 5
}
(Required) Existing Ledger Entry (id)
"72703820.89260018"
Items are paginated, this is the current page which will be returned. The page index is starting at 1.
"1"
Items are paginated. By default, you get 20 items per page. You can specify another number of items per page.
"20"
You can choose to filter items on specific fields.
Available fields : ledger_account_id
Available operators : lt
, lteq
, gt
, gteq
, eq
, not_eq
, in
, not_in
"[{\"field\": \"ledger_account_id\", \"operator\": \"eq\", \"value\": \"42\"}]"
Returns Ledger Entry lines of requested Ledger Entry
The response is of type object
.