Skip to main content

Is it possible to get Forwarded To value using Rest Client in C#? Like the column we get in Detailed Call Records.

We tried below code which works in sandbox.

Extension(extnto.id.ToString()).ForwardingNumber().List(listForwardingNumbersParameters)

Above code at least works in Sandbox but throws Forbidden error in Production.

Any help will surely be appreciated. Thanks in Advance

Could you please post the full request and response (including headers and boy)? When there is exception, the SDK by default will print very detailed logs. You just copy them and paste here.


Reply