microsoftgraph / microsoftgraph/msgraph-sdk-java
delta group query call for members
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 444
- Forks
- 154
- Avg merge
- 18h 28m
- Merged PRs (30d)
- 4
Description
I’m referring to https://github.com/microsoftgraph/msgraph-sdk-java/issues/1170.
The last suggested solution there doesn’t seem to match the current version syntactically. I’m currently trying this with the beta client.
How do I make a request like https://graph.microsoft.com/beta/groups/delta?$filter=id eq '1234' using the client?
And how does the skip token work for the subsequent requests that are made at a later time?
PS: When creating an issue, one of the options is "I have a question about usage," and then it suggests opening a discussion instead of an issue. However, it seems that "Discussions" are no longer available in this repository?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked issue #1170 and the Microsoft Graph beta delta endpoint described in the report. Check the current Java client request-building and pagination entry points, then verify how a filtered groups delta request and later skip-token requests are represented. Done means documenting a current, reproducible usage path or identifying the missing SDK support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100