fiken_list_transactions
Retrieves all company transactions with optional filters for date range and pagination to integrate accounting records.
Instructions
Returns all transactions for the company
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| pageSize | No | ||
| createdDate | No | YYYY-MM-DD | |
| createdDateGe | No | ||
| createdDateGt | No | ||
| createdDateLe | No | ||
| createdDateLt | No | ||
| lastModifiedGe | No | ||
| lastModifiedLe | No |