We’ve just released v.4.5.2 with the following addition:
- Added read endpoints for client meetings, guarded by the new `client_meetings:read` scope:
* `GET /api/v4/f/{firm_id}/companies/{company_id}/client_meetings`
- lists a company’s completed client meetings (paginated, most recently completed first). Each meeting includes `discussed_messages_count` (notes plus todos discussed during the meeting) and `action_points_count` (todos from the meeting that were not discussed).
* `GET /api/v4/f/{firm_id}/companies/{company_id}/client_meetings/{client_meeting_id}`
- returns a single client meeting including its `items` (talking points, action points and titles in meeting order), attachments and links.
* `GET /api/v4/f/{firm_id}/companies/{company_id}/client_meetings/current`
- returns the current (in progress) client meeting with the same payload as the show endpoint, or `404` when the company has no meeting in progress.