2021-08-27 17:16:32 +00:00
|
|
|
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:
|
2022-03-29 05:01:52 +00:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
value:
|
|
|
|
type: string
|
|
|
|
timestamp:
|
|
|
|
type: number
|
2021-08-27 17:16:32 +00:00
|
|
|
404:
|
|
|
|
description: reports not found
|
|
|
|
403:
|
|
|
|
description: Access denied
|