Get category spending summary
Get a summary of spending/income by category for an entity within a specified date range. This provides insights into transaction patterns and amounts by category.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
entityId
The ID of the entity
startDate
Start date for the summary (ISO 8601 format)
endDate
End date for the summary (ISO 8601 format)
type
Filter by category type
Allowed values:
Response
Category summary retrieved successfully
summary
periodStart
Start of the summary period
periodEnd
End of the summary period
totalExpenses
Total expenses across all categories
totalRevenue
Total revenue across all categories