Skip to content

Commit 948ac1d

Browse files
authored
Merge pull request #25553 from microsoftgraph/tatitova-call-records-faq-fix-paging
[Graph call records API] FAQ: Fix the number of participants per page
2 parents a5a89be + b1025b9 commit 948ac1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/callrecords-api-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can use the following methods to list all attending call participants:
8989

9090
## Why don't I see all participants who attended a call while calling list participants_v2 API?
9191

92-
You might not see all participants because the [List participants_v2](/graph/api/callrecords-callrecord-list-participants_v2) API supports pagination, limiting the number of participants in the response to 60 per page. If there were more than 60 users on the call, the first call record response contains 60 participants along with a `@odata.nextLink` property. This property includes the URL to call the API and receive the next set of participants. Continue this process until the next link is empty, which indicates that there are no more participants to retrieve.
92+
You might not see all participants because the [List participants_v2](/graph/api/callrecords-callrecord-list-participants_v2) API supports pagination, limiting the number of participants in the response to 130 per page. If there were more than 130 users on the call, the first call record response contains 130 participants along with a `@odata.nextLink` property. This property includes the URL to call the API and receive the next set of participants. Continue this process until the next link is empty, which indicates that there are no more participants to retrieve.
9393

9494
## Why do I receive a 404 Not Found error?
9595

0 commit comments

Comments
 (0)