accounting_journal_entries_get_summary
Fetch a paginated summary of a journal entry by UUID, including total count option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Journal entry UUID | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |