Legacy Dev Forum Posts

 View Only

Sign Up

Analytics API - retrieve all IVR conversation_id

  • 1.  Analytics API - retrieve all IVR conversation_id

    Posted 06-05-2025 18:13

    Ana_Laia | 2018-04-09 17:02:52 UTC | #1

    Hi everyone,

    On our contact center we need to retrieve all conversation_id that passed via IVR.

    For this, we are thinking of using Analytics API with "Conversation Details" and the following JSon body:

    { "interval": "2018-03-15T00:00:00.000Z/2018-03-17T00:00:00.000Z", "order": "asc", "orderBy": "conversationStart", "paging": { "pageSize": 25, "pageNumber": 1 }, "segmentFilters": [ { "type": "and", "predicates": [ { "type": "dimension", "dimension": "purpose", "operator": "matches", "value": "ivr" } ] } ] }

    Can you confirm if this retrieves all conversation_id that passed via IVR for a time interval?

    Thank you in advance.

    Best regards, Ana Laia


    tim.smith | 2018-04-09 18:09:29 UTC | #2

    Yes, that will give you conversations with an IVR segment.


    system | 2018-05-21 14:36:21 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: 2718