question

Carl McFarland avatar image
Carl McFarland asked Anirban answered

Extension Number missing from APi calls

var ExtParameters = new ListExtensionsParameters();

ExtParameters.perPage = 1000;

var extensionList = await rc.Restapi().Account().Extension().List(ExtParameters);

We used above API call to get all extensions company wide. But we are missing one extension even if that extension is in the call log(whole company wide) data through API. Is there any conditions for which an extension will not be fetched by the API?

rest api
1 |3000

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 avatar image
Anirban answered

If you check the api working behind here

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

There are filters like status and type to restrict the display of extensions.

Please make sure you are not using any such kind in your code

1 |3000

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

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys