freee_get_manual_journals
Retrieve and filter manual journal entries by date range, entry side, account, amount range, partner, and section. Review individual accruals, adjustments, and reclassifications.
Instructions
Get list of manual journal entries (振替伝票) - Supports rich filtering by date range, entry side, account, amount range, partner, and section. Max 500 records per page. For aggregated totals, prefer report APIs (profit_loss, trial_balance). Use this for reviewing individual accruals, adjustments, and reclassifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| startIssueDate | No | Start date (YYYY-MM-DD) | |
| endIssueDate | No | End date (YYYY-MM-DD) | |
| entrySide | No | Filter by entry side | |
| accountItemId | No | Account item ID to filter by | |
| minAmount | No | Minimum amount filter | |
| maxAmount | No | Maximum amount filter | |
| partnerId | No | Partner ID to filter by | |
| sectionId | No | Section ID to filter by | |
| offset | No | Pagination offset | |
| limit | No | Number of results (1-500, default 100) |