Reports: get sums report
reports_get_sumsFetch a generated sums report (Summen- und Saldenliste) using its customer report ID. Provides the report once ready, optionally including files as base64-encoded strings.
Instructions
🟢 READ-ONLY — Fetches data. Makes no changes to the accounting records. get sums report Returns a previously created sums report ("Summen- und Saldenliste").
Reports are generated asynchronously, so a report is only available once its generation has been finished. Note that creating a new report of the same type replaces the previously created one.
Endpoint: POST /reports/get/sums
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional. The BB customer api_key to act on. Defaults to the BB_API_KEY configured on the server — only set this to target a different customer. | |
| get_files | No | If true, the report's files will be included as base64 encoded strings. If specified, the field will be validated. | |
| report_id_by_customer | Yes | The id_by_customer of the report, as returned when the report was created |