May 22 2017 02:31 AM
Hello Everyone,
Is it possible to do a document search on all tenant site collections?
Thanks
May 22 2017 03:14 AM
The simplest way to perform this search is from SharePoint home page.
https://tenantname.sharepoint.com/_layouts/15/sharepoint.aspx?
May 22 2017 04:21 AM
You can use REST API, like https://tenant.sharepoint.com/_api/search/query?querytext=%27*%27
Documentation can be found here: https://dev.office.com/sharepoint/docs/general-development/sharepoint-search-rest-api-overview
May 22 2017 07:36 AM