Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  How to get stat each user

    Posted 06-05-2025 19:07

    watchaa | 2022-05-09 17:37:50 UTC | #1

    i want to get stat each user. now i create body like this {'flattenmultivalueddimensions': True, 'groupBy': ['queueId', 'requestedRoutingSkillId', 'requestedLanguageId'], 'metrics': ['nError', 'tTalkComplete'], 'interval': '2022-05-09T00:00:00.000Z/2022-05-09T23:59:59.000Z', 'filter': {'type': 'and', 'predicates': [{'dimension': 'mediaType', 'value': 'voice'}]}} for postanalyticsconversationsaggregatesquery

    how to get stat each user


    Eos_Rios | 2022-05-09 17:52:00 UTC | #2

    You would need to include userId in your group by, you're only grouping by the queue and skill


    system | 2022-06-08 17:52:37 UTC | #3

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


    This post was migrated from the old Developer Forum.

    ref: 14652