Skip to main content
GET
Get Monthly Transaction Breakdown
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

Get Monthly Transaction Breakdown Retrieve transaction data aggregated by month with breakdown by transaction type (payment, revenue, expense) and net amount calculation. Method: GET Authorization:
  • Required role: admin or higher
Query Parameters: Note: Returns data grouped by month with transaction type breakdown.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Query Parameters

start
string<date>

Start date for filtering transactions (ISO format YYYY-MM-DD)

stop
string<date>

End date for filtering transactions (ISO format YYYY-MM-DD)

Response

Monthly transaction breakdown retrieved successfully

month
string<date>

Month in YYYY-MM-DD format (first day of month)

Example:

"2024-08-01"

transactions
object