Nov 26 2020 11:08 AM
Hi all,
I am actually trying to get the Microsoft Teams reports from Microsoft Graph, I already registered an App on Azure AD and create the Key Access. But, according to the Microsoft documentation, i have to use this query structure for consuming the API
/v1.0/communications/callRecords/microsoft.graph.callRecords.getDirectRoutingCalls(fromDateTime={start date and time),toDateTime={end date and time)))
When I try to do that at postman or MicrosoftGraph I receive an error, any idea or documentation that i could follow.
Jul 26 2021 01:03 AM
Hello, you must add the authorization in the request header, you can folllow this documentation https://docs.microsoft.com/fr-fr/graph/api/callrecords-callrecord-getdirectroutingcalls?view=graph-r...
@AgustinCanoTeamInt