Teams Calls callRecord API response Session Page Retrieval Issue

Kishor Shaw 1 Reputation point
2022-06-09T08:49:43.12+00:00

Hi,

I have been working on callrecords API, but as explained in Get callRecords API in Example 2, if the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions in the response. I tried with many long calls (5-6 hrs single call) with 10 people but I am not able to get any such sessions@odata.nextLink key in API response. Could you please help me to understand why there is no such key? or is the documentation old or do we have any other way to get sessions page?209749-screenshot-2022-06-09-at-21739-pm.png

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,154 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,982 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sayali-MSFT 2,266 Reputation points Microsoft Vendor
    2022-06-13T12:11:58.683+00:00

    Retrieve the list of sessions associated with a callRecord object.Use the following Graph API-

    GET /communications/callRecords/{id}/sessions

    Ref Doc-https://learn.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0&tabs=http#example-1-get-basic-details

    Thanks,
    Sayali


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link.

    1 person found this answer helpful.