Skip to main content

Data Mart API — Release Notes

From: production-2.0.0.164 To: HEAD (39ec41d) Date: 2026-04-01


New Fields

periodsUpTo parameter on experimental GL balance queries — VNEDM-1774

The generalLedgerBalanceExperimentalForwardPeriodsByGroup and generalLedgerBalanceExperimentalForwardPeriodsExpanded queries now accept an optional periodsUpTo parameter (format: yyyyMM). This sets an 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 — VNEDM-1774

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 — VNEDM-1774

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.