command "teams report directrouteingcalls" does not work #6736
Unanswered
ericjoy0303
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, the command To get you unblocked, you can always use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am teams user under organization and I have to collect all teams meeting under my organization.
I use the following command
#m365 teams report directroutingcalls --fromDateTime 2025-05-01 --toDateTime 2025-05-20 --output json --debug
and find it calls "GET https://graph.microsoft.com/v1.0/communications/callRecords/getDirectRoutingCalls(fromDateTime=2025-05-01,toDateTime=2025-05-20)"
and I got nothing.
but, I can use node.js to call "GET https://graph.microsoft.com/v1.0/communications/callRecords/" to get something.
the following link is about this api
https://learn.microsoft.com/en-us/graph/api/callrecords-cloudcommunications-list-callrecords?view=graph-rest-1.0&tabs=http
I can not find any /getDirectRoutingCalls(fromDateTime...) parameter.
eric.
Beta Was this translation helpful? Give feedback.
All reactions