Forum Discussion
Call records Powershell sample
dafo43, You need to implement graphClient in your application and call the GET https://graph.microsoft.com/beta/communications/callRecords/{id}
endpoint to fetch the list of calls recorded. Currently there is no powershell sample code. I believe you can implement the same in powershell.Let me know if this doesn't help you.
- dafo43Apr 30, 2020Copper Contributor
Trinetra-MSFTThanks, though it doesn't really help me, I'm not a developer so I only know Powershell. From what I was reading I need to get a subscription to get all the calls back for the previous day, which would give the ID. But again there is no sample of how to do this in Powershell.
I have the Azure application setup correctly, it's just a case of making the correct Graph calls.
- Trinetra-MSFTApr 30, 2020Former Employee
dafo43 , Yes The API which I've mentioned is the correct graph API. There is no power shell sample available for it. But if you know power shell you can call the API as in other language.