Chatwoot/swagger/paths/application/reports/index.yml
Aswin Dev P.S 5e8fd689c9
feat: Add live agent load report api (#4297)
This change allows the admin user to fetch conversation metrics for an account, agents, and filter conversation metrics for a specific agent.

Fixes #4305
2022-03-29 10:31:52 +05:30

22 lines
529 B
YAML

tags:
- Reports
operationId: list-all-conversation-statistics
summary: Get Account reports
description: Get Account reports for a specific type, metric and date range
responses:
200:
description: Success
schema:
type: array
description: 'Array of date based conversation statistics'
items:
type: object
properties:
value:
type: string
timestamp:
type: number
404:
description: reports not found
403:
description: Access denied