chore: Move agent availability to Account level (#3074)
- Move agent availability to the account level
This commit is contained in:
17
swagger/paths/application/reports/index.yml
Normal file
17
swagger/paths/application/reports/index.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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:
|
||||
$ref: '#/definitions/report'
|
||||
404:
|
||||
description: reports not found
|
||||
403:
|
||||
description: Access denied
|
||||
17
swagger/paths/application/reports/summary.yml
Normal file
17
swagger/paths/application/reports/summary.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
tags:
|
||||
- Reports
|
||||
operationId: list-all-conversation-statistics-summary
|
||||
summary: Get Account reports summary
|
||||
description: Get Account reports summary for a specific type and date range
|
||||
responses:
|
||||
200:
|
||||
description: Success
|
||||
schema:
|
||||
type: array
|
||||
description: 'Array of date based conversation statistics'
|
||||
items:
|
||||
$ref: '#/definitions/report'
|
||||
404:
|
||||
description: reports not found
|
||||
403:
|
||||
description: Access denied
|
||||
Reference in New Issue
Block a user