msgraph-beta-sdk-python icon indicating copy to clipboard operation
msgraph-beta-sdk-python copied to clipboard

missing option to extract data from paginated results

Open basti95 opened this issue 2 years ago • 0 comments

Currently I was unable to retrieve any information about how to handle cases where the provided data Does not fit in a single response. though there is the option to retrieve the "odata.nextLink", there is no option to request information from the nextLink besides calling the api manually. I imagine to solutions for that: a) Including the paginated results automatically (possibly with a parameter, to prevent unnecessary requests when not needed) b) An additional "next()" Method for the iterative request of paginated results.

I am sorry if there is already an existing solution which is not mentioned in the documentation, but I was unable to identify a regarding possibility within the code by myself.

basti95 avatar Jun 09 '23 11:06 basti95