Skip to main content
GET
Get tenant-wide reporting defaults

Description

Get reporting settings Returns the tenant-wide reporting defaults stored at Tenants.accountingSettings.reporting — applied to every report for the tenant unless a report’s own narrative overrides them. {} when the tenant has never set any. Authorization:
  • Required role: admin or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Reporting settings retrieved.

Every /reports JSON response wraps its payload in { status, message, data }.

status
enum<string>
Available options:
success,
error
message
string
data
object

Tenants.accountingSettings.reporting — tenant-wide defaults applied to every report until a report's own narrative overrides them. Note the section-toggle key is defaultSectionToggles here vs sectionToggles on a report.