accounting_journal_entries_list
Retrieve and filter accounting journal entries from ServiceTitan by ID, date, status, or other criteria to manage financial records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited journal entry IDs (max 50) | |
| exportedFrom | No | Exported on or after UTC timestamp | |
| exportedTo | No | Exported on or before UTC timestamp | |
| postedFrom | No | Posted on or after UTC timestamp | |
| postedTo | No | Posted on or before UTC timestamp | |
| exportedBy | No | Comma-delimited user IDs who exported entries | |
| name | No | Journal entry name contains | |
| numberFrom | No | Entry number lower bound | |
| numberTo | No | Entry number upper bound | |
| statuses | No | Entry statuses | |
| syncStatuses | No | Sync statuses | |
| transactionPostedFrom | No | Contains transaction posted on or after UTC timestamp | |
| transactionPostedTo | No | Contains transaction posted on or before UTC timestamp | |
| businessUnitIds | No | Comma-delimited business unit IDs (max 50) | |
| serviceAgreementIds | No | Comma-delimited service agreement IDs (max 50) | |
| customerName | No | Customer name contains | |
| locationName | No | Location name contains | |
| vendorName | No | Vendor name contains | |
| inventoryLocationName | No | Inventory location name contains | |
| refNumber | No | Transaction reference number contains | |
| transactionTypes | No | Transaction types | |
| customField | No | Custom field name/value filters | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Number, Name, Status, CreatedOn, ExportedOn, ExportedBy, PostDate | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No | ||
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |