request is: https://platform.ringcentral.com/restapi/v1.0/account/502681018/call-log?
but can not get all call logs for all users under? Am I doing something wrong?
Thanks.
this is request , I tried to get for one week, I can see all call logs from service.ringcentral.com. but in my code, it didn't work.
https://platform.ringcentral.com/restapi/v1.0/account/502681018/extension/~/call-log?type=Voice&dateFrom=2016-10-21T00:00:00.000Z&dateTo=2016-10-28T00:00:00.000Z
thanks Tyler,
I tried again today with https://platform.ringcentral.com, works. and response.contentlength = -1 because: If the Content-Length header is not set in the response, ContentLength is set to the value -1, I don't have to care about contenlength. thanks for helping. problem resolved
4 People are following this question.