journal_entries_get_details
Retrieve detailed journal entries from the ServiceTitan API by specifying tenant ID, record ID, pagination, and optional total count. Supports efficient data access for analysis or reporting.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Format - guid. | |
includeTotal | No | Whether total count should be returned | |
page | No | Format - int32. The logical number of page to return, starting from 1 | |
pageSize | No | Format - int32. How many records to return (50 by default). Maximum value is 500. | |
tenant | Yes | Format - int64. Tenant ID |