I know that I can use search REST api to fetch data from SharePoint. But is there a way to get a list without having to index the list?
I'm having a problem that search (Continues crawl) is to slow to index the list. I'm trying to find out how I can get a list from a user personal sites using REST instead of a Content Search Web part.
Let me refrase this question: If I add a item to a list, and the search have not yet crawled it. Could I with REST get information from the list?
The list is another site collection :)