The OAuth parameter that represents the ID of the firm to which access has
been granted is being renamed from firm_id to authorized_firm_id. firm_id is now deprecated and will be no longer appended to OAuth callbacks
as of February 26, 2021.
Added GET /v4/f/{root_firm_id}/live_export_documents/{id} so you can list all live export documents
Added POST /v4/f/{root_firm_id}/live_export_documents so you can add new live document export document
Added GET /v4/f/{root_firm_id}/live_export_documents/{id} so you can get a live export document
Added POST /v4/f/{root_firm_id}/live_export_documents/{id} so you can update a live export document
Added POST /v4/f/{root_firm_id}/companies/{company_id}/periods/{period_id}/export_pdf_instances/{export_pdf_instance_id}/content_blocks/{block_id} so you can upload document for live document in export pdf instance
On January 18, we announced deprecation of the firm_id parameter included in the OAuth callbacks to represent the ID of the firm to which user granted access. It was replaced by the authorized_firm_id param. Today, we are removing the deprecated firm_id parameter entirely, it will no longer be appended to OAuth callbacks.
Add number_without_suffix to responses that include account data.
This field holds the account number without the suffix added by Silverfin during
account mapping. If a company does not use an account mapping list with automatic
suffixes enabled, this field’s value will be identical to number. Note that
unlike number, number_without_suffix may be duplicated among multiple
accounts belonging to the same company.
We have a new section in the API documentation where you can find the supported media types allowed for the Content-Type header. Please take a look at Silverfin
Add new email_notifications_frequency attribute to Users.
Controls how the user receives email notifications with unread messages in Silverfin -
immediately, digest, or never.
Deprecate receive_digest_emails attribute on Users (superseded by email_notifications_frequency).
Backwards-compatibility is maintained until April 08, 2022
Added GET /v4/f/:firm_id/companies/:company_id/budgets to list all budgets
Added GET /v4/f/:firm_id/companies/:company_id/budgets/:budget_id to show a specific budget
Added GET /v4/f/:firm_id/companies/:company_id/budgets/:budget_id/account_ids to list available account_ids in a budget
Added GET /v4/f/:firm_id/companies/:company_id/budgets/:budget_id/end_dates to list available end_dates in a budget
Added GET /v4/f/:firm_id/companies/:company_id/budgets/:budget_id/entries?account_ids[]=:account_id&end_dates=:end_date to return a filtered list of budget entries based on the provided account_ids and end_dates