list_journal_entries
Retrieve bexio journal entries by date range, account, and pagination filters to access accounting records.
Instructions
Journal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Can be used to filter for entries until this date | |
| from | No | Can be used to filter for entries after this date | |
| limit | No | Limit the number of results (max is 2000) | |
| offset | No | Skip over a number of elements by specifying an offset value for the query | |
| account_uuid | No | Can be used to filter for entries with account with uuid |