Tag not monitored by Microsoft.
Hi, sorry I resolved this...it was my fault, using incorrect method, as I was trying to get team calls wich I eventually used the subscription method to teams and get the calls service.. Thanks for reply.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have tried to call the API with diferent dates and can't get it to return data:
https://graph.microsoft.com/beta/communications/callRecords/getPstnCalls(fromDateTime=2021-08-01,toDateTime=2021-08-09)
I always get
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.callRecords.pstnCallLogRow)",
"@odata.count": 0,
"value": []
}
Do we need some other permission?
Tag not monitored by Microsoft.
Answer accepted by question author
Hi, sorry I resolved this...it was my fault, using incorrect method, as I was trying to get team calls wich I eventually used the subscription method to teams and get the calls service.. Thanks for reply.
Actually I was trying to get the Total Calls by user in our ORG, Teams Call and I think this method doesn't get it....