I am pulling the call log via the API using:
/restapi/v1.0/account/{accountId}/extension/{extensionId}/call-log
I get the information requested except the Extension Number. It shows up in a very few calls, but in the majority of calls it returns undefined.
I'm selecting both:
record.from.extensionNumber
record.to.extensionNumber
I saw another post from two years ago that asked the same question:
https://devcommunity.ringcentral.com/ringcentraldev/topics/extension-id-in-call-log
The answer was that it would be fixed in January. Is there any resolution to this or is there a different way I should be requesting the information?