Ledger Entries
List ledger entry lines of a Ledger Entry
List ledger entry lines of a Ledger Entry
ℹ️ This endpoint requires one of the following scopes:
ledger
GET
Path Parameters
(Required) Existing Ledger Entry (id)
Example:
"22560077.537698045"
Query Parameters
Items are paginated, this is the current page which will be returned. The page index is starting at 1.
Example:
"1"
Items are paginated. By default, you get 20 items per page. You can specify another number of items per page.
Example:
"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
Example:
"[{\"field\": \"ledger_account_id\", \"operator\": \"eq\", \"value\": \"42\"}]"
Response
200
application/json
Returns Ledger Entry lines of requested Ledger Entry
The response is of type object
.