Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (22 loc) · 1.96 KB

File metadata and controls

27 lines (22 loc) · 1.96 KB

Navigate to the Graph Explorer. Execute the following commands.

  1. Get the users from your organization’s directory
  2. Get all the items in your OneDrive for Business
  3. Get all the items from a SharePoint Online Site list

Appendix

How to get SharePoint List Items using Microsoft Graph

  1. If you are not logged into the Graph Explorer (i.e. using a demo tenant) find out the name of the tenant. Issue the following Microsoft Graph query:
  2. Next you must use the site collection relative URL and find out the id of a list on that site. Issue below Microsoft Graph query to get those details:
  3. Next create Microsoft Graph query to fetch the top 5000 items (max that SharePoint can return in one page) from the list