zaim_get_money_records
Retrieve household account records for payments, income, and transfers from Zaim. Filter by date range, category, or record type to analyze financial data.
Instructions
Zaim家計簿の支出・収入・振替記録を取得します。日付範囲、カテゴリ、モードでフィルタリング可能です。
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 記録の種類(支出/収入/振替) | |
| start_date | No | 開始日(YYYY-MM-DD形式) | |
| end_date | No | 終了日(YYYY-MM-DD形式) | |
| category_id | No | カテゴリID | |
| limit | No | 取得件数(最大100件) | |
| page | No | ページ番号(1から開始) |