Getting PSTN Call Reports from Microsoft Teams using Graph

Copper Contributor

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.

1 Reply

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