Hello everyone,
i was experimenting with the GET calls on the API explorer and i was wondering if it would be possible to get the External Trunk ID(and through that Trunk ID, it's Name within it's organization) that a Call went through.
In some words i 'd like to mimic the actions to get the Name of the Edge that this call used, which is as follows:
-
by feeding the Interaction ID in api/v2/analytics/conversations/{conversationId}/details, we get from within the given information the Edge ID, eg. "edgeId": "912be4zb-2818-4713-b385-7b6b140a60df"
-
by feeding that Edge ID in /api/v2/telephony/providers/edges/{edgeId}, we get the Edge name that corresponds to that Edge ID within out organization
I tried a series of Get Calls but i don't seem to get anywhere.
Is there some trick to it or it's not feasible?