Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Query for queue observations API body

    Posted 08-07-2019 01:47
    No replies, thread closed.
    Hi,

    I tried to figure out the request body for /api/v2/analytics/queues/observations/query endpoint to find voice interactions of a specific queue that wait time is greater than 25 mins.  Can someone help?

    Thanks,

    {

    "filter": {
    "type": "and",
    "clauses": [
    {
    "type": "or",
    "predicates": [
    {
    "dimension": "queueId",
    "value": "24c3c97d-xxxx-xxxx-xxxx-f633bb9d37c8"

    }
    ]
    },
    {
    "type": "or",
    "predicates": [
    {
    "dimension": "mediaType",
    "value": "voice"
    }
    ]
    },
    {
    "type": "or",
    "predicates": [
    {
    "metric": "tWait",
    "value": "25",
    "range":"gt"
    }
    ]
    }
    ]
    }
    }

    #Integrations

    ------------------------------
    Edward Wu
    BANK OF HAWAII
    ------------------------------


  • 2.  RE: Query for queue observations API body

    Posted 08-07-2019 09:37
    No replies, thread closed.
    Someone might be able to answer on this community, but you will find the most appropriate and skilled developers in the forum at https://developer.mypurecloud.com

    ------------------------------
    George Ganahl CCXP, GCP
    Principal Technology Consultant
    Genesys
    ------------------------------