简体   繁体   English

从RingCentral中获得调用的扩展列表中获取扩展详细信息

[英]Get the Extension details from list of Extensions that got the call in RingCentral

I have a question in RingCentral: if we have multiple Extensions or Users in our account, then how to get the details of the Extension or User which got the call. 我在RingCentral中有一个问题:如果我们的帐户中有多个扩展程序或用户,那么如何获取接听电话的分机或用户的详细信息。

A call can be received by a particular User or Extension, but how to check which User/Extension have done that? 特定用户或分机可以接听电话,但如何检查哪个用户/分机已经这样做了? Any API which can reflect that? 任何能反映出来的API? Please help, I didn't found any reference or documentation link that can answer that 请帮助,我没有找到任何可以回答的参考或文档链接

To get the extension details, you need to look the Account Call-Logs with following API: 要获取扩展程序详细信息,您需要使用以下API查看帐户呼叫日志

/v1.0/account/{accountId}/call-log   

with 'view' = 'Detailed' , like this: 使用'view'='Detailed' ,如下所示:

/v1.0/account/{accountId}/call-log?view=Detailed

Your requirement is already answered here: https://forums.developers.ringcentral.com/questions/318/how-do-we-identify-which-extension-picked-up-the-c.html 您的要求已在此处得到解答: https//forums.developers.ringcentral.com/questions/318/how-do-we-identify-which-extension-picked-up-the-c.html

As per the above link, the Account level Call-Logs would return the legs with the Detailed view that contains the "to" information about the extension which picked up the Call. 根据上面的链接,帐户级别的呼叫日志将返回包含详细视图的分支,其中包含有关获取呼叫的分机的“至”信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM