Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Question: how to fetch the next page #275

@carlost

Description

@carlost

I am trying to figure out how to make a request the next page of results from a XxCollectionResponse instance (in my case I am querying Groups and Group Members).

The only solution I have seen to pagination in the repo is a comment from almost two years ago ... which suggests bypassing the GraphServiceClient and creating a new instance of the associated XxRequestBuilder directly: passing the #odata_next_link value from the prior XxCollectionResponse instance to fetch the next page.

Is that really the correct approach? Is there no functionality baked into the XxCollectionResponse or the XxRequestBuilder returned by the GraphServiceClient to fetch the next page?

I don't see anything related to this in the kiota-abstractions-ruby repo either.

Sorry if this isn't the spot for questions. The issues config told me to post questions in the discussions section of the repo ... unfortunately that isn't enabled in this repo.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions