Parameters
2 query
Query parameters
· 2yearstringOptionalCalendar year (4-digit) to restrict to.
2026issuerIdstringOptionalExternal issuer contact id to restrict to.
aB3xKm9pQ2wLn4YzPer-currency rollups powering the invoice Analytics tab. Sums are NEVER cross-currency — an org can invoice in multiple currencies and adding them would be misleading, so the client renders one section per currency. Returns three parallel rollups over the same filtered set: byIssuer (aggregated across months), byMonth (aggregated across issuers), and byIssuerMonth (the full pivot for a matrix view).
2 query
yearstringOptionalCalendar year (4-digit) to restrict to.
2026issuerIdstringOptionalExternal issuer contact id to restrict to.
aB3xKm9pQ2wLn4Yz1 status code documented
yearnumber | nullRequiredThe year that was applied, or null for "all history".
currenciesstring[]RequiredDistinct currency codes present in the result. Sorted alphabetically.
byIssuerobject[]RequiredissuerIdstringRequiredissuerNamestringRequiredcurrencystringRequiredcountnumberRequiredtotalAmountnumberRequiredbyMonthobject[]RequiredmonthstringRequiredYYYY-MM.
currencystringRequiredcountnumberRequiredtotalAmountnumberRequiredbyIssuerMonthobject[]RequiredissuerIdstringRequiredmonthstringRequiredYYYY-MM.
currencystringRequiredcountnumberRequiredtotalAmountnumberRequired{
"currencies": [
"string"
],
"byIssuer": [
{
"issuerId": "example_issuerId",
"issuerName": "example_issuerName",
"currency": "example_currency",
"count": 0,
"totalAmount": 0
}
],
"byMonth": [
{
"month": "example_month",
"currency": "example_currency",
"count": 0,
"totalAmount": 0
}
],
"byIssuerMonth": [
{
"issuerId": "example_issuerId",
"month": "example_month",
"currency": "example_currency",
"count": 0,
"totalAmount": 0
}
]
}GET /bff/document/analytics-by-issuer-and-month
curl -X GET "https://api.bizkithub.com/bff/document/analytics-by-issuer-and-month?year=2026&issuerId=aB3xKm9pQ2wLn4Yz" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.