accounting_journal_entries_list
List journal-entry headers by IDs, numbers, status, dates, or timestamps to find entry IDs for summary or line-level detail lookups.
Instructions
List one requested page of journal-entry headers using IDs, numbers, sync status, posted dates, and created or modified timestamps. Use this to discover entry IDs, then choose accounting_journal_entries_get_summary for summary rows or accounting_journal_entries_get_details for line-level rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-delimited journal entry IDs (max 50) | |
| name | No | Journal entry name contains | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, Number, Name, Status, CreatedOn, ExportedOn, ExportedBy, PostDate | |
| numberTo | No | Entry number upper bound | |
| pageSize | No | Records per page (default 50) | |
| postedTo | No | Posted on or before UTC timestamp | |
| statuses | No | Entry statuses | |
| refNumber | No | Transaction reference number contains | |
| exportedBy | No | Comma-delimited user IDs who exported entries | |
| exportedTo | No | Exported on or before UTC timestamp | |
| numberFrom | No | Entry number lower bound | |
| postedFrom | No | Posted on or after UTC timestamp | |
| vendorName | No | Vendor name contains | |
| customField | No | Custom field name/value filters | |
| customerName | No | Customer name contains | |
| exportedFrom | No | Exported on or after UTC timestamp | |
| includeTotal | No | Include total count in response | |
| locationName | No | Location name contains | |
| syncStatuses | No | Sync statuses | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| businessUnitIds | No | Comma-delimited business unit IDs (max 50) | |
| createdOnOrAfter | No | ||
| transactionTypes | No | Transaction types | |
| modifiedOnOrAfter | No | ||
| serviceAgreementIds | No | Comma-delimited service agreement IDs (max 50) | |
| transactionPostedTo | No | Contains transaction posted on or before UTC timestamp | |
| inventoryLocationName | No | Inventory location name contains | |
| transactionPostedFrom | No | Contains transaction posted on or after UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||