Skip to main content
GET

Overview

This endpoint returns aggregated invoice totals for a specific date range. The totals are grouped by currency and payment status, providing a comprehensive overview of your invoicing metrics.

Query Parameters

start_date
string
required
Start date for the period in YYYY-MM-DD format
end_date
string
required
End date for the period in YYYY-MM-DD format
currency
string
Filter totals by specific currency code (e.g., RON, EUR, USD)
client_id
string
Filter totals by specific client using their CzUid
series_id
string
Filter totals by specific invoice series using its CzUid
is_paid
integer
Filter by payment status (0 for unpaid, 1 for paid)
document_type
string
Filter by document type (fiscal or proforma)

Response

success
boolean
Indicates if the request was successful
data
object