Skip to content

Query Parameter Options ERROR #2119

Closed Answered by andrueastman
matjazreberc asked this question in Q&A
Discussion options

You must be logged in to vote

The select looks to be nested in the expand and should not be on the top level.

Any chance, the following code works for you?

var result = await graphClient.Sites["{site-id}"].Lists["{list-id}"].Items.GetAsync((requestConfiguration) =>
{
	requestConfiguration.QueryParameters.Expand = new string []{ "fields($select=id,Edit)" };
});

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@matjazreberc
Comment options

@andrueastman
Comment options

@matjazreberc
Comment options

@andrueastman
Comment options

Answer selected by matjazreberc
@matjazreberc
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants