Hi @Sarthak Konher,
If the returned result set is larger than 200 then the response body will contain the @odata.nextLink
parameter, which contains a URL, which can be used to fetch the next page of results.
You can get all the data by iterating nextPage, until nextPage equals null to end the traversal.
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.