iachat/swagger
Pranav 329b749702
Add API documentation for inbox, agent, and team summary report (#13409)
- Add API documentation for inbox, agent, and team summary report
endpoints
- These endpoints return conversation statistics grouped by
inbox/agent/team for a given date range

Endpoints documented:
GET /api/v2/accounts/{account_id}/summary_reports/inbox │ Conversation
stats grouped by inbox │
GET /api/v2/accounts/{account_id}/summary_reports/agent │ Conversation
stats grouped by agent │
GET /api/v2/accounts/{account_id}/summary_reports/team │ Conversation
stats grouped by team │

Query parameters (all endpoints):
- since - Start timestamp (Unix)
- until - End timestamp (Unix)
- business_hours - Calculate metrics using business hours only

Response fields:
- id - Inbox/Agent/Team ID
- conversations_count - Total conversations in date range
- resolved_conversations_count - Resolved conversations in date range
- avg_resolution_time - Average resolution time (seconds)
- avg_first_response_time - Average first response time (seconds)
- avg_reply_time - Average reply time (seconds)
2026-01-30 22:48:10 +04:00
..
definitions Add API documentation for inbox, agent, and team summary report (#13409) 2026-01-30 22:48:10 +04:00
parameters feat: Update swagger to openapi 3.0.4, update request payloads with examples (#11374) 2025-05-22 14:26:44 +07:00
paths Add API documentation for inbox, agent, and team summary report (#13409) 2026-01-30 22:48:10 +04:00
tag_groups Add API documentation for inbox, agent, and team summary report (#13409) 2026-01-30 22:48:10 +04:00
index.html chore: Update report documentation (#13408) 2026-01-30 22:33:03 +04:00
index.yml chore: add audit-logs swagger (#12001) 2025-07-22 13:42:31 +04:00
swagger.json Add API documentation for inbox, agent, and team summary report (#13409) 2026-01-30 22:48:10 +04:00