search_transactions
Search Rentvine accounting transactions by keyword, date range, or amount range. Get transaction type, amount, description, date, property, and ledger details.
Instructions
Search accounting transactions in Rentvine (live data). Filter by keyword, date range, or amount range. Returns transaction type, amount, description, date, and associated property/ledger. Paginated — use page and page_size for large result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| search | No | Filter by description, name, amount, or address. | |
| date_max | No | Latest posted date (YYYY-MM-DD). | |
| date_min | No | Earliest posted date (YYYY-MM-DD). | |
| is_voided | No | Filter to voided (true) or active (false) transactions only. | |
| page_size | No | Results per page (default 15). | |
| amount_max | No | Maximum transaction amount. | |
| amount_min | No | Minimum transaction amount. |