Legacy Dev Forum Posts

 View Only

Sign Up

Query for outbound calls placed through specific trunk/edge

  • 1.  Query for outbound calls placed through specific trunk/edge

    Posted 06-05-2025 19:08

    Rasko | 2023-04-04 12:20:25 UTC | #1

    Hi to all, just wanted to check if is possible to query for outbound calls placed through specific trunk/edge? It's ok to filter it either by edgeId or trunkId, but I could not find a way to create a specific query for it.

    Any idea appreciated. Thanks


    Eos_Rios | 2023-04-04 12:30:51 UTC | #2

    POST /api/v2/analytics/conversations/details/query

    [details="Summary"] "segmentFilters": [ { "predicates": [ { "dimension": "edgeId", "operator": "matches", "value": "blah", "type": "dimension" } ], "type": "and" } [/details]


    Rasko | 2023-04-04 13:11:18 UTC | #3

    Eos_Rios, post:2, topic:19295
    POST /api/v2/analytics/conversations/details/query

    Great thanks. For some reason I was focusing on GET type of queries. I appreciate your quick resposne


    system | 2023-05-04 13:11:23 UTC | #4

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