I am new to Microsoft Graph API, my ultimate goal is to create a Power BI report to show Microsoft Teams call related matrix.
From the documentation i can see the HTTP sample (https://graph.microsoft.com/beta/communications/callRecords/{id}). There are couple of things that are not clear in the documentation.
- Where can i get the call id to use in the sample request.
- CallRecords.Read.All permission is required to get call data, where do i need to set this permission and what is the process.