API Changelog v2-20251113-d42bb9eb7f vs. v2-20251118-0a3c5b6cc2
GET /{administration_id}/reports/assets{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/balance_sheet{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/cash_flow{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/expenses_by_contact{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/expenses_by_project{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/general_ledger{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/journal_entries{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/ledger_accounts/{ledger_account_id}{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/profit_loss{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/revenue_by_contact{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/revenue_by_project{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/subscriptions{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
GET /{administration_id}/reports/tax{format}
- :warning: changed the pattern of the 'query' request parameter 'period' from '^(\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month)$' to '^\d{6,8}(..\d{6,8})?|this_month|prev_month|next_month|this_quarter|prev_quarter|next_quarter|this_year|prev_year|next_year$'
Last modified on