Relative Content

Tag Archive for microsoft-graph-apisharepoint-online

Unable to consistently retrieve all fields in a SharePoint list via graph APIs

I have a SharePoint Online list with multiple people fields, including one for Project Manager. Using PowerShell graph module commands, or the graph APIs directly, if I retrieve a single list item where this field is populated I can retrieve the Project Manager Lookup Id from the field list. However, if I retrieve all list items at once, this field is not included for any of the returned list items and I don’t know why.
I’ve tried several variations of the expand-property parameter with no luck.