MS Graph API to get Teams analytics - microsoft-graph-api

I am looking if there is any API Graph that is made available to get the analytics of teams in MS teams.
I have checked the site,
https://learn.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0
But there is no API to get Analytics data as in below image.
..

Related

MS Teams - Allow attendees report using Graph API for the online meetings

Is there any way to allow the attendees to report using Graph API for the online meetings?
as nothing clear from Microsoft documentation here about the property needs to be sent in the request body.
I was able to enable it manually from the MS Team App in the meeting settings, but not able to do it using the Graph API.
As an admin, you control whether meeting organizers can download meeting attendance reports by setting a Teams meeting policy. By default, the ability to download the report is turned on.
Microsoft Graph API currently doesn't provide any way to allow attendees to report using Graph API for online meetings.

Microsoft Graph API national cloud support to list places

I am trying to use the following US National Cloud URL along with access token to list rooms as per this document https://learn.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http.
https://graph.microsoft.us/v1.0/places/microsoft.graph.room?$top=5000
https://dod-graph.microsoft.us/v1.0/places/microsoft.graph.room?$top=5000
I am getting the following error:
org.springframework.web.client.HttpClientErrorException: 400 Bad Request
However it works fine with this global endpoint -
https://graph.microsoft.com/v1.0/places/microsoft.graph.room?$top=5000
Since places API was not supporting I tried to use the graph beta API -
https://graph.microsoft.us/beta/users/{0}/findRooms
This works fine with national cloud end point.But this does not list more than 100 rooms.
Is there any other API which I can use to list the more than 100 rooms which is also supported by national cloud API?

Microsoft Graph List places api not returning updated results

Hello Microsoft Graph Team,
I am using Microsoft Graph Apis. I have added few rooms to the tenant but those are not reflected as part of response for List places api. However, findRooms api which is in Beta gives the updated response.
I am using the below api:
https://graph.microsoft.com/v1.0/places/microsoft.graph.room (Production version)
The standard api gives response after aprrox 12-24 hours.
Could you please help me on this?

Microsoft Graph API from microsoft streams app

As I have seen we can access the content of one drive and teams from Microsoft Graph api. Similarly, do there any Microsoft Graph API'S available to access content/videos uplaod by the user in Microsoft Streams.
Referred Doc :-
https://learn.microsoft.com/en-us/graph/api/drive-get?view=graph-rest-1.0&tabs=http
https://learn.microsoft.com/en-us/stream/streamnew/new-stream
At this point, its not available in the Microsoft Graph API, as its in the development and it's updated in the Developer Roadmap. So you may need to watch the space.

Can we access YouTube Analytics Metrics (Impressions, Impressions CTR) from API

I am trying to get the impressions data using the API. Are these available yet through APIs?
I don't see these in the metrics as well. https://developers.google.com/youtube/v3/docs/

Resources