Read row list
banana_rowlistRetrieve the content of a named row list from a Banana Accounting table, returning JSON by default.
Instructions
Return the content of a named row list within a table. Defaults to JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | Accounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set. | |
| view | No | XML name of the view to return. | |
| table | Yes | Table name, e.g. "Accounts", "Transactions", "Budget", "FileInfo". | |
| format | No | Response format. Defaults to "json" for machine-readable output. | |
| columns | No | Comma-separated XML names of columns to return, e.g. "Account,Description,Balance". | |
| rowlist | Yes | Row list name, e.g. "Data", "Examples". | |
| navigation | No | When true, include the HTML page navigation (only relevant for html format). |