Solved

Name details from extension

  • 19 September 2020
  • 1 reply
  • 775 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?

icon

Best answer by Anirban2396911020 19 September 2020, 15:26

View original

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

Reply