feat: API to Filter reports by teams (#3066)
Add API to Filter reports by teams Fixes: #2916
This commit is contained in:
@@ -314,7 +314,7 @@ public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversat
|
||||
### Reports
|
||||
|
||||
# List
|
||||
/api/v1/accounts/{id}/reports:
|
||||
/api/v2/accounts/{id}/reports:
|
||||
parameters:
|
||||
- $ref: '#/parameters/account_id'
|
||||
- $ref: '#/parameters/report_metric'
|
||||
@@ -338,7 +338,7 @@ public/api/v1/inboxes/{inbox_identifier}/contacts/{contact_identifier}/conversat
|
||||
$ref: './reports/index.yml'
|
||||
|
||||
# Summary
|
||||
/api/v1/accounts/{id}/reports/summary:
|
||||
/api/v2/accounts/{id}/reports/summary:
|
||||
parameters:
|
||||
- $ref: '#/parameters/account_id'
|
||||
- $ref: '#/parameters/report_type'
|
||||
|
||||
Reference in New Issue
Block a user