5e8fd689c9
This change allows the admin user to fetch conversation metrics for an account, agents, and filter conversation metrics for a specific agent. Fixes #4305
23 lines
516 B
YAML
23 lines
516 B
YAML
tags:
|
|
- Reports
|
|
operationId: get-account-conversation-metrics
|
|
summary: Account Conversation Metrics
|
|
description: Get conversation metrics for Account
|
|
responses:
|
|
200:
|
|
description: Success
|
|
schema:
|
|
type: object
|
|
description: 'Object of account conversation metrics'
|
|
properties:
|
|
open:
|
|
type: number
|
|
unattended:
|
|
type: number
|
|
unassigned:
|
|
type: number
|
|
|
|
404:
|
|
description: reports not found
|
|
403:
|
|
description: Access denied
|