Data Mart API - Release Notes
Date: 2026-03-26
New Endpoints
- generalLedgerBalancesForwardByGroup - Forward-period expansion paginated by group. Each affected (branchId, accountId, subaccountId) group is expanded with virtual monthly periods up to the current month. Use
lastGroupKeyfor cursor-based pagination. Marked as EXPERIMENTAL. - generalLedgerBalancesForwardExpanded - Forward-period expansion with overflow.
pageSizecontrols approximate source documents processed; response may exceedpageSizedue to virtual period expansion. UselastGroupKeyfor cursor-based pagination. Marked as EXPERIMENTAL.
Improvements
- Response compression - API responses now support Brotli (Optimal) and Gzip (Fastest) compression. Clients sending
Accept-Encoding: brorAccept-Encoding: gzipwill receive compressed responses, including GraphQL payloads. - Request-Id header - Every response now includes a
Request-Idheader containing the OpenTelemetry trace ID, making it easier to correlate API calls with backend traces for debugging. @partOfKeydirective introspection - The@partOfKeydirective is now visible via GraphQL introspection, allowing clients to programmatically discover which fields form part of an entity's key.