Forum Discussion

Akashsinghaiprus's avatar
Akashsinghaiprus
Copper Contributor
Dec 19, 2024
Solved

Graph api :Fetching Call Records with Participant Join/Leave Times & Device Information

hello Microsoft Teams Developer Community, I’ve been working on a script to fetch detailed information about call records using the Microsoft Graph API. The script is designed to capture not just th...
  • Meghana-MSFT's avatar
    Dec 20, 2024

    Hi Akashsinghaiprus - You can use the Get callRecord endpoint to get the call Records. Then you can call List Sessions endpoint which will return the list of sessions associated with a callRecord object. The response also includs platform property which will return if the device is Windows or Android etc.

Resources