question

Chaitali avatar image
Chaitali asked Anirban Sen Chowdhary answered

API for extension info

I am looking for some API that can provide information on all the extension we have.

For example, out of multiple number of extension we have, we can get the info that which extension is getting the call and attending it. Can we check that from an API?

Any reference will be helpful.

extensioncall
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

·
Anirban Sen Chowdhary avatar image
Anirban Sen Chowdhary answered

To get the extension details, you need to look the Account Call-Logs with following API:

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

with 'view' = 'Detailed', like this:

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

Similar kind of question can be referred from here :

https://forums.developers.ringcentral.com/questions/318/how-do-we-identify-which-extension-picked-up-the-c.html

https://stackoverflow.com/questions/57445318/get-the-extension-details-from-list-of-extensions-that-got-the-call-in-ringcentr

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.