latestOpenAPI 3.0.0Apache 2.02026-08-06199181.1 MB

e0d144609998

Invoices

Get Invoice Widgets Data

Retrieves aggregated data for invoice widgets based on the organization ID.

get/invoices/filter-widgets

Query parameters

organization_idinteger required

Organization ID to filter the data

Response

Successful operation

paidStatusstring
countinteger
totalnumber float

Example response

[
  {
    "paidStatus": "overdue",
    "count": 40,
    "total": 60604.92
  }
]