Is There any Graph API that provides previous meeting report

Aluri Srinivasarao 21 Reputation points
2020-09-21T11:25:16.127+00:00

Hi Microsoft, Can i know whether is there any Graph API that provides the report of Previous Meeting Details. If there is any report what includes in it

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,367 questions
0 comments No comments
{count} votes

Accepted answer
  1. soumi-MSFT 11,771 Reputation points Microsoft Employee
    2020-09-21T13:33:23.887+00:00

    @Aluri Srinivasarao , Thank you for reaching out. If you are just trying to get the list of meetings, you can use the following graph api that would list the calendar events:
    https://video2.skills-academy.com/en-us/graph/api/calendar-list-events?view=graph-rest-1.0&tabs=http

    Or you if its Online meetings that you are trying to fetch, you can use the following Graph API: https://video2.skills-academy.com/en-us/graph/api/onlinemeeting-get?view=graph-rest-1.0&tabs=http

    For fetching reports using Graph API, in that case, there are available apis and using Graph Report APIs, you would be able to achieve archive the following:
    Microsoft Teams

    • Device Usage
    • User Activity

    Office 365 (general)

    • Activations
    • Active users
    • Group activity

    OneDrive

    • Activity
    • Usage

    Outlook

    • Activity
    • App usage
    • Mailbox usage

    SharePoint

    • Activity
    • Site usage

    Skype for Business

    • Activity
    • Device usage
    • Participant activity
    • Peer to peer activity

    Yammer

    • Activity
    • Device usage
    • Groups activity

    More details on Graph Reports API can be found here: https://video2.skills-academy.com/en-us/graph/reportroot-concept-overview

    Hope this helps.

    Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as Answer; if the above response helped in answering your query.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.