May 27, 2026
1 day ago
Added a new Application Stats resource that surfaces per-application aggregates — rolling 12-month and fiscal-year spend, license utilization, user counts, contract dates, cloud-cost consumption, and recent activity dates — through both a list endpoint and a single-application endpoint. Access requires applications:read, charges:read, and contracts:read permissions.
Added
Application Stats
Get Application Stats
- An endpoint at
/v2/applicationStatsto retrieve aggregated stats for every application visible to the caller. One row per application.
Get Application Stats by Application ID
-
An endpoint at
/v2/applications/{applicationId}/statsto retrieve the same aggregated stats for a single application. -
Fields exposed include:
- Spend (rolling & calendar):
last_12_months_spend,last_12_months_ap_spend,last_12_months_expense_spend,year_to_date_spend,monthly_amount - Spend (fiscal year):
current_fiscal_year_spend,last_fiscal_year_spend,current_and_last_fiscal_year_spend,last_2_fiscal_years_spend - Cost per user:
cost_per_user - Usage:
user_count,unique_user_count,unique_active_user_count,active_user_app_count,inactive_user_count,percent_active_licenses,users_not_in_employee_roster - Licenses & utilization:
purchased_license_count,percent_utilized_licenses - Contracts:
earliest_active_contract_start_date,renewal_date,last_contract_expiration_date,estimated_renewal_date,estimated_renewal_source,total_contract_value,total_contract_line_value,number_of_active_contracts,contract_status - Cloud consumption (populated only for applications connected to a cloud cost integration):
percent_consumed,forecast_to_commitment_percentage,previous_day_cost,previous_day_cost_forecast,previous_day_cost_percent_to_forecast,current_week_cost,current_week_cost_forecast,current_week_cost_percent_to_forecast - Activity dates:
last_transaction_date,last_ap_transaction_date,last_expense_transaction_date,last_monthly_payment_date - Audit:
zylo_created_at,zylo_modified_at
- Spend (rolling & calendar):
-
The
app_labelfield is searchable. Theidfield can be filtered. Results are scoped to applications the caller can see via vues.