2025-09-29
API Changelog v2-20250916-4d2c64ff86 vs. v2-20250929-a684c6833d
GET /{administration_id}/reports/journal_entries{format}
- endpoint added
API Changelog v2-20250929-a684c6833d vs. v2-20250929-24d9aa4218
GET /{administration_id}/reports/balance_sheet{format}
- :warning: the 'current_assets_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'current_liabilities_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'equity_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'non_current_assets_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'non_current_liabilities_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'provisions_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'total_credit' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'total_debit' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'working_capital' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
GET /{administration_id}/reports/cash_flow{format}
- :warning: the 'cash_paid_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'cash_received_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'closing_balance' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'opening_balance' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: deleted the 'query' request parameter 'granularity'
GET /{administration_id}/reports/expenses_by_contact{format}
- :warning: the 'expenses_by_contact/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: deleted the 'query' request parameter 'granularity'
GET /{administration_id}/reports/expenses_by_project{format}
- :warning: the 'expenses_by_project/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: deleted the 'query' request parameter 'granularity'
GET /{administration_id}/reports/profit_loss{format}
- :warning: the 'direct_costs_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'expenses_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'gross_profit' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'net_profit' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'operating_profit' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'other_income_expenses_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'revenue_by_ledger_account/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'total_expenses' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: the 'total_revenue' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: deleted the 'query' request parameter 'granularity'
GET /{administration_id}/reports/revenue_by_contact{format}
- :warning: the 'revenue_by_contact/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: deleted the 'query' request parameter 'granularity'
GET /{administration_id}/reports/revenue_by_project{format}
- :warning: the 'revenue_by_project/additionalProperties/' response's property type/format changed from 'object'/'' to 'string'/'' for status '200'
- :warning: deleted the 'query' request parameter 'granularity'
GET /{administration_id}/reports/subscriptions{format}
- :warning: removed the optional property 'historic_lifetime_value' from the response with the '200' status
- :warning: removed the optional property 'historic_revenue_per_month' from the response with the '200' status
- response property 'annual_run_rate' list-of-types was narrowed by removing types 'number and null' from media type 'application/json' of response '200'
- response property 'churn_rate' list-of-types was narrowed by removing types 'number and null' from media type 'application/json' of response '200'
- response property 'lifetime_value' list-of-types was narrowed by removing types 'number and null' from media type 'application/json' of response '200'
- response property 'monthly_recurring_revenue' list-of-types was narrowed by removing types 'number and null' from media type 'application/json' of response '200'
Last modified on