Get all SP List items and properties using graph API

Copper Contributor

Hello community members,

 

I'm trying to get all the list items in a sharepoint list with their properties using a graph API.

 

It lets me access all the items when I run the following query "https://graph.microsoft.com/v1.0/sites/{Site Id}/lists/{listID}/items , it gives me all items in the list but not all the properties. When I add item id to the query: /{ListID}/Items/{ItemsID}, it gives me the properties for that particular item. I want to get all the items with their properties. Any suggestions on how can i achieve that? Any guidance here would be appreciated. Thank you.

 

0 Replies