Legacy Dev Forum Posts

 View Only

Sign Up

Intraday Monitoring Metrics

  • 1.  Intraday Monitoring Metrics

    Posted 06-05-2025 18:33

    mkrubiniki | 2025-02-13 13:01:57 UTC | #1

    Hi Support team!

    We wanted to check if there is any API endpoints that can provide the data from https://apps.usw2.pure.cloud/directory/#/admin/wfm/intradayMonitoring for all metrics present over the UI. The perfect scenario would be having an endpoint on the API provide all the attributes as predicted, actual, forecast, difference and such for those metrics, or having a document showing how to calculate those in our side, pointing the endpoints and attributes used to calculate.

    Thanks!


    brian.trezise | 2025-02-13 14:11:57 UTC | #2

    Do these routes give you the information you need?

    POST /api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday

    GET /api/v2/workforcemanagement/businessunits/{businessUnitId}/intraday/planninggroups


    mkrubiniki | 2025-02-13 14:36:35 UTC | #3

    Hello Brian,

    Yeah these endpoints gets part of the data we need, I see it required to use this route as well: POST api/v2/analytics/users/aggregates/query, but those returns a lot of data that would require logic and calculation to get the exact values from the UI.

    Do we have something that give us what we have on the UI or a documentation explaining how to properly calculate?


    brian.trezise | 2025-02-13 16:07:40 UTC | #4

    Unfortunately aside from the Intrday routes I posted earlier we don't really have a "wrapper" API to make it simple, and our intraday UI actually queries analytics directly.

    The tool tips in the intraday UI help explain the calculations


    mkrubiniki | 2025-02-13 17:09:00 UTC | #5

    Do we have extra documentation pointing which endpoint/attributes to trigger and fetch data so we can use this as rules to calculate?


    brian.trezise | 2025-02-14 14:31:56 UTC | #6

    I'm not personally familiar with the different analytics endpoints. You can find them here, and you could probably look in the network tab on the Intraday UI to see which ones are being called by our UI to narrow down what you're looking for

    https://developer.genesys.cloud/useragentman/quality/


    system | 2025-03-16 14:32:17 UTC | #7

    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: 31707