Get Monthly Transactions
Retrieve transaction data aggregated by month for analysis and reporting.
Method: GET
Query Parameters:
Parameter | Type | Description |
---|---|---|
year | integer | Filter by specific year |
month | integer | Filter by specific month (1-12) |
page | integer | Page number for pagination |
size | integer | Number of items per page |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Filter by year
Filter by month (1-12)
1 <= x <= 12
Page number
Items per page
Monthly transactions retrieved successfully
The response is of type object
.