Hi, I am trying to get the data for Performance->Workspace->Topic Trends but am getting nowhere.
Do anyone have an analytics query example I can beging with or just the API to use
Thanks
Mike
Hi, I am trying to get the data for Performance->Workspace->Topic Trends but am getting nowhere.
Do anyone have an analytics query example I can beging with or just the API to use
Thanks
Mike
Answered my own question - here for interested or correction
POST /api/v2/analytics/transcripts/aggregates/query
{
"interval": "2024-09-16T22:50:12.244Z/2024-09-22T22:50:12.244Z",
"groupBy": [
"topicId"
],
"metrics": [
"nTopicCommunications"
],
"filter": {
"type": "and",
"predicates": [
{
"dimension": "resultsBy",
"value": "communication"
},
{
"dimension": "topicId",
"operator": "exists",
"type": "dimension"
}
]
},
"flattenMultivaluedDimensions": false
}
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.