iachat/spec/controllers/api/v2/accounts
Pranav 80c87da8c9
feat: Add new APIs for live reports with team filter (#10994)
This PR is part of the larger #10849 implementation and introduces a new
Live Reports API to provide real-time conversation metrics.

The /live_reports/conversation_metrics endpoint returns account-level or
team-level conversation statistics, including open, pending, unattended,
and unassigned conversation counts.

The /live_reports/grouped_conversation_metrics endpoint accepts a group
parameter, either team_id or assignee_id, and returns open and
unattended conversation counts based on the specified grouping.
2025-02-27 16:11:04 -08:00
..
live_reports_controller_spec.rb feat: Add new APIs for live reports with team filter (#10994) 2025-02-27 16:11:04 -08:00
report_controller_spec.rb feat: Improve Report API performance (#9476) 2024-05-22 17:34:24 -07:00
summary_reports_controller_spec.rb feat(v4): Add API to fetch aggregate reports for inboxes (#10604) 2024-12-19 14:47:19 -08:00