@@ -31,6 +31,12 @@ platform_user_id:
|
||||
custom_filter_id:
|
||||
$ref: ./custom_filter_id.yml
|
||||
|
||||
report_type:
|
||||
$ref: ./report_type.yml
|
||||
|
||||
report_metric:
|
||||
$ref: ./report_metric.yml
|
||||
|
||||
public_inbox_identifier:
|
||||
$ref: ./public/inbox_identifier.yml
|
||||
|
||||
|
||||
7
swagger/parameters/report_metric.yml
Normal file
7
swagger/parameters/report_metric.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
in: query
|
||||
name: metric
|
||||
schema:
|
||||
type: string
|
||||
enum: [conversations_count, incoming_messages_count, outgoing_messages_count, avg_first_response_time, avg_resolution_time, resolutions_count]
|
||||
required: true
|
||||
description: The type of metric
|
||||
7
swagger/parameters/report_type.yml
Normal file
7
swagger/parameters/report_type.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
in: query
|
||||
name: report_type
|
||||
schema:
|
||||
type: string
|
||||
enum: [account,agent,inbox,label]
|
||||
required: true
|
||||
description: Type of report
|
||||
Reference in New Issue
Block a user