v4.4.40 (27/10/2025)
We no longer automatically create new folders with POST “/v4/f/{firm_id}/companies/{company_id}/folders” when a folder with the same name already exists, but instead return the existing folder.
We no longer automatically create new folders with POST “/v4/f/{firm_id}/companies/{company_id}/folders” when a folder with the same name already exists, but instead return the existing folder.
Expose results of an account for the period
GET /v4/f/{firm_id}/companies/{company_id}/periods/{period_id}/accounts/{account_id}/results
GET /api/v4/f/{firm_id}/companies/{company_id}/users?per_page=10&page=7.GET /api/v4/f/{firm_id}/companies/{company_id}/users. The default page size is now 10, and the maximum allowed value is 200.Added `POST /api/v4/f/{firm_id}/companies/{company_id}/client_meetings/external_notes` to upload an external note to the current client meeting of a company.
POST /api/v4/f/{firm_id}/companies/{company_id}/client_meetings/attachments to upload an attachment to the current client meeting of a company. Up to 5 attachments can be attached per meeting; call the endpoint once per file.POST /api/v4/f/{firm_id}/companies/{company_id}/client_meetings/external_notes — use the attachments endpoint instead.