Info table
banana_info_tableRetrieves the file info table for an accounting document, with options for JSON or HTML format and selected columns. Useful for accessing document metadata from Banana Accounting.
Instructions
Return the file info table for a document. 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. | |
| format | No | Response format. Defaults to "json" for machine-readable output. | |
| columns | No | Comma-separated XML names of columns to return. | |
| navigation | No | Include HTML navigation (html format only). |