Forum Discussion
Ashwin17
Oct 12, 2021Copper Contributor
Graph API (Get Schedule API) not returning more than 1000 calendar Entries
I am calling a Graph API (Get Schedule) to retrieve the calendar details of employees in an organization. It's working as expected most of the times, but for one of the employees it's throwing an er...
SanjayKumar_Pendyala
Nov 11, 2021Brass Contributor
Hello Ashwin17, Could you please let us know what is the Graph query you are executing? By design any Graph Query would give the first 1000 results by Design. However you can use the '@odata.nextLink' to get the result of next 1000 or leftover entries