Get Channels Overview
GET /api/v1/channels/stats/overview
GET
/api/v1/channels/stats/overview
Get overall statistics for all channels.
Authorizations
Seção intitulada “Authorizations ”Parameters
Seção intitulada “ Parameters ”Header Parameters
Seção intitulada “Header Parameters ”Responses
Seção intitulada “ Responses ”Successful Response
OverallStats
Overall statistics across all channels.
object
total_channels
required
Total Channels
integer
active_channels
required
Active Channels
integer
total_conversations
required
Total Conversations
integer
open_conversations
required
Open Conversations
integer
unassigned_conversations
required
Unassigned Conversations
integer
messages_today
required
Messages Today
integer
channels
required
Channels
Array<object>
ChannelStatsChannel statistics.
object
channel_id
required
Channel Id
integer
channel_name
required
Channel Name
string
channel_type
required
ChannelTypeEnum
Type of communication channel.
string
status
required
ChannelStatusEnum
Status of a channel connection.
string
total_conversations
required
Total Conversations
integer
open_conversations
required
Open Conversations
integer
pending_conversations
required
Pending Conversations
integer
resolved_today
required
Resolved Today
integer
messages_sent_today
required
Messages Sent Today
integer
messages_received_today
required
Messages Received Today
integer
sla_breached_count
required
Sla Breached Count
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string