Legacy Dev Forum Posts

 View Only

Sign Up

API Access to Topic Trends

  • 1.  API Access to Topic Trends

    Posted 06-05-2025 19:08

    Mike_Hardie | 2024-09-23 22:37:17 UTC | #1

    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


    Mike_Hardie | 2024-09-23 23:19:18 UTC | #2

    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 }


    system | 2024-10-24 23:19:30 UTC | #3

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 29482