Skip to main content
Answer

Name details from extension

  • September 19, 2020
  • 1 reply
  • 807 views

If we have 2-3 different extension, what is the best api call to get the name and details of all the available extension?

For example, if 2 extension are there 101 and 103, where 101 belong to john and 103 to peter, what api call will give all these details?

Can be done with node js? Any reference?

Best answer by Anirban2396911020

You can use Get Extension List API to get all the extension details in an array of records.

ref: https://developers.ringcentral.com/api-reference/Extensions/listExtensions

For Node js coding, reference is available in the forum:

https://community.ringcentral.com/questions/9528/listing-the-extension-details.html

1 reply

You can use Get Extension List API to get all the extension details in an array of records.

ref: https://developers.ringcentral.com/api-reference/Extensions/listExtensions

For Node js coding, reference is available in the forum:

https://community.ringcentral.com/questions/9528/listing-the-extension-details.html