Data Mart API - Release Notes
Date: 2026-04-01
New Fields
Experimental GL balance queries
The generalLedgerBalanceExperimentalForwardPeriodsByGroup and generalLedgerBalanceExperimentalForwardPeriodsExpanded queries now accept an optional periodsUpTo parameter.
| Parameter | Type | Description |
|---|---|---|
| periodsUpTo | String (format: yyyyMM) | Upper-bound financial period for forward expansion. When omitted, the current month is used (previous default behaviour). |
Breaking Changes
Page size limit reduced for experimental GL balance queries
The maximum and default pageSize for both generalLedgerBalanceExperimentalForwardPeriodsByGroup and generalLedgerBalanceExperimentalForwardPeriodsExpanded has been lowered from 5 000 to 100. Requests that previously used a pageSize above 100 will now receive a validation error. The error message now dynamically reports the applicable limit.
updatedInDataMart filter field corrected
The underlying database filter for the updatedInDataMart parameter on experimental GL balance queries was pointing to an incorrect field. It now correctly filters on updatedInDataMartDateTime. If you were relying on this filter and observed unexpected results, the behaviour is now corrected.