I tried to get call log for last year.
https://platform.ringcentral.com/restapi/v1.0/account/~/call-log?dateFrom=2016-01-06T06:00:00.000Z&dateTo=2016-01-20T06:00:00.000Z&page=1&perPage=1000,
no record returned, we did have calls during January 2016, I can see from website.
return JSON is :
{ "uri" : " https://platform.ringcentral.com/restapi/v1.0/account/502681018/call-log?view=Detailed&showBlock...;,
"records" : [ ],
"paging" : {
"page" : 1,
"perPage" : 1000
},
"navigation" : {
"firstPage" : {
"uri" : " https://platform.ringcentral.com/restapi/v1.0/account/502681018/call-log?view=Detailed&showBlock...;
}
}
}
I need all records since 2 years ago.
https://platform.ringcentral.com/restapi/v1.0/account/~/call-log?dateFrom=2016-01-06T06:00:00.000Z&dateTo=2016-01-20T06:00:00.000Z&page=1&perPage=1000,
no record returned, we did have calls during January 2016, I can see from website.
return JSON is :
{ "uri" : " https://platform.ringcentral.com/restapi/v1.0/account/502681018/call-log?view=Detailed&showBlock...;,
"records" : [ ],
"paging" : {
"page" : 1,
"perPage" : 1000
},
"navigation" : {
"firstPage" : {
"uri" : " https://platform.ringcentral.com/restapi/v1.0/account/502681018/call-log?view=Detailed&showBlock...;
}
}
}
I need all records since 2 years ago.