list_invoices
Retrieve invoice pages from wFirma, including drafts, by filtering with year and month or custom ISO date ranges. Get the data you need for accounting review or reporting.
Instructions
Read one invoice page, including drafts. Supply year+month OR both ISO dates.
Without filters, use the saved view. Check period, other saved filters and complete; date-range boundary semantics and accounting recognition dates are not established.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| month | No | ||
| date_to | No | ||
| date_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| model | Yes | ||
| period | Yes | ||
| filters | Yes | ||
| complete | Yes | True only when all rows of the filtered table are returned | |
| warnings | Yes | ||
| table_url | Yes | ||
| company_id | Yes | ||
| pagination | Yes | ||
| returned_count | Yes |