Forum Discussion
mhall23
Jun 02, 2022Copper Contributor
Graph API not returning SharePoint List items columns
I am using Graph API to get the content of a SharePoint Contacts list. I am using this uri:"https://graph.microsoft.com/v1.0/sites/$($siteid)/lists/$($listid)/items" I am then using the id of eac...
gsendelbach
Apr 20, 2023Copper Contributor
I see there are no replies to this thread. Has anyone looked into this? I'm having the exact same issue. Columns added into a SharePoint list do not return as a "Field" via GraphApi if that column is null in SharePoint. I'd expect all of the column names to be present as a Field, even if null or empty.
trofarello
Jul 07, 2023Copper Contributor
i kind of have this problem too