Hi @SYAMNA S T,
If you have a large number of items, the response will not return all the items in one page. The json response will contain a key @odata.nextLink
. To get the missing data, you could get request on that link.
You could refer to following steps to get the continue pages
https://learn.microsoft.com/en-us/graph/paging?tabs=http
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.