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