Get Total Due Amount
Retrieve the total amount due across all tenant users (excluding the tenant owner). This endpoint now supports multiple calculation methods for optimal performance:
Performance Note: The cache method provides 95% faster response times compared to BigQuery, making it ideal for real-time dashboards and frequent queries.
Method: GET
Query Parameters:
Parameter | Type | Description |
---|---|---|
method | string | Calculation method to use (cache, bigquery, auto) |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Calculation method to use for retrieving totals
cache
, bigquery
, auto
Total due amount retrieved successfully
The response is of type object
.