Share via

how to get all call records using MS Graph

Anonymous
2020-09-24T23:09:40+00:00

I used Graph Api created an onlineMeeting object. After the meeting, how do I get the call records so I know the name, start/end time of the participants?

Thanks

Holly

Microsoft Teams | Microsoft Teams for education | Meetings and calls | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2020-09-25T00:32:53+00:00

    Nik,

    Can you give more details? For example, after I created the meeting, All I have is a meeting ID. I couldn't figure out how to use that ID to get call records. Where do I get Call record Id. What do you mean when you say "subscribe to call records"? Can you give me some step by step descriptions? I looked at those graph APIs but couldn't get a direction.

    Thank you for the help!

    Holly

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2020-09-25T07:12:52+00:00

    Hi Holly,

    I don't have sample code and REST API call for call records but you could find some sample here:

    1. https://developer.microsoft.com/en-us/graph/gra...
    2. Sign in with your account on graph explore (After authentication, it will redirect you to graph app consent page)
    3. Use your Administrator account (or Content Azure AD administrator to provide you with consent)
    4. After that you would be able to execute some sample API and also build one

    https://docs.microsoft.com/en-us/graph/api/reso...

    Please note MS teams APIs still in /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported.

    Regards

    Nik

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2020-09-24T23:32:50+00:00

    Hi Holly,

    I'm Nik, an independent advisor here to assist you with this.

    You could use the call records APIs to subscribe to call records and look up call records by IDs.

    Please find more details here:

    https://docs.microsoft.com/en-us/graph/api/reso...

    Regards

    Nik

    Was this answer helpful?

    0 comments No comments