Query for outbound calls placed through specific trunk/edge

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

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

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

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.