Get Transactions Summary
Accounting
Get Transactions Summary
Get Transactions Summary
GET
Get Transactions Summary
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
Get Transactions Summary Get an aggregated summary of all tenant transactions including total payments, revenues, expenses, and net amount. Method: GET Authorization:- Required role:
adminor higher
When
includePreviousPeriod=true: the response includes previousPeriod and deltas alongside summary.
If startDate/endDate are provided, the previous period is the same duration shifted back.
If no dates are provided, compares current month vs. the equivalent prior period.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Query Parameters
Filter transactions from this date (inclusive)
Filter transactions to this date (inclusive)
Filter by currency code (e.g., USD, EUR)
Include previous period comparison with percentage deltas
Available options:
true