Get statement detail for a user + period
Statements
Get statement detail for a user + period
Get statement detail
GET
Get statement detail for a user + period
Description
Get statement detail Returns the statement for(tenantUserId, periodStart..periodEnd).
Dual-path:
- If a persisted
Statementrow exists, it is returned as-is. - Otherwise the response is synthesized from aggregated
LedgerEntriesand markedreadFrom='ledger_fallback'.
perSplit field on the
response carries the per-contract breakdown for the window,
sourced from UserAccountingProjection.SplitId IS NOT NULL.
Empty [] when the tenant is still on the row-per-fact ledger.
Authorization:
- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"