accounting_journal_entries_get_details
Retrieve detailed information for a specific journal entry using its UUID, with optional pagination and total count.
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 |