API ReferenceAnalytics
Get analytics overview
Get high-level analytics for an organization.
Authorization
sessionAuth AuthorizationBearer <token>
NextAuth session token
In: header
Path Parameters
orgId*string
Format
uuidQuery Parameters
dateFrom?string
Filter from date
Format
date-timedateTo?string
Filter to date
Format
date-timeResponse Body
application/json
curl -X GET "https://platform.autophone.org/api/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/analytics/overview"{
"overview": {
"totalCalls": 0,
"totalChats": 0,
"avgDuration": 0,
"totalDuration": 0
},
"sentiment": {
"property1": 0,
"property2": 0
},
"channels": {
"property1": 0,
"property2": 0
}
}Empty
Empty