Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Existing Ledger Entry (id)
Query Parameters
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.
1 <= x <= 100
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\"}]"
Response
Returns Ledger Entry lines of requested Ledger Entry
The total number of pages available
5
The current page returned
1
The total number of items available
12
The number of items per page
40
Array of entry lines of requested Ledger Entry