accounting_journal_entries_get_details
Retrieve detailed accounting journal entries from ServiceTitan by specifying entry ID, with options for pagination and total count inclusion.
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 |