Changelog
2026-07-15
API Changelog v2-20260714-34f867ceea vs. v2-20260715-ee63bee395
GET /{administration_id}/reports/assets{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/cash_flow{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/creditors{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/debtors{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/expenses_by_contact{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/expenses_by_project{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/journal_entries{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/ledger_accounts/{ledger_account_id}{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/revenue_by_contact{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/revenue_by_project{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/subscriptions{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
GET /{administration_id}/reports/tax{format}
- ⚠️ changed the pattern of the
queryrequest parameterperiodfrom^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$to^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month$
Last modified on