Legacy Dev Forum Posts

 View Only

Sign Up

Analytics - User Details / User Details Job

  • 1.  Analytics - User Details / User Details Job

    Posted 06-05-2025 18:17

    wchavez | 2020-07-28 16:44:57 UTC | #1

    Good afternoon Forum:

    I appreciate your help. How can we get only the presences from the /api/v2/analytics/users/details/jobs endpoint, in order to not to get the routingStatuses?

    Thank you.


    anon11147534 | 2020-07-29 14:17:28 UTC | #2

    In order not to have routingStatus details in the response you can use a routingStatusFilter like so:

    "routingStatusFilters": [
      {
       "type": "or",
       "predicates": [
        {
         "type": "dimension",
         "dimension": "routingStatus",
         "operator": "notExists",
         "value": null
        }
       ]
      }
     ]

    wchavez | 2020-07-29 14:58:56 UTC | #3

    anon11147534, post:2, topic:8423
    "routingStatusFilters": [ { "type": "or", "predicates": [ { "type": "dimension", "dimension": "routingStatus", "operator": "notExists", "value": null } ] } ]

    Thank you, it worked for me, I appreciate your help.


    system | 2020-08-29 14:59:01 UTC | #4

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