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
18 lines
No EOL
282 B
YAML
18 lines
No EOL
282 B
YAML
type: object
|
|
properties:
|
|
user:
|
|
type: object
|
|
properties:
|
|
id:
|
|
type: number
|
|
name:
|
|
type: string
|
|
thumbnail:
|
|
type: string
|
|
metric:
|
|
type: object
|
|
properties:
|
|
open:
|
|
type: number
|
|
unattended:
|
|
type: number |