I want to be able to report on how all feature services in my ArcGIS Online instance are shared (i.e. which groups they are shared with). But getting started on this I am running into confusing results, like even just a simple search like this
fs <SPAN class="operator token">=</SPAN> gis<SPAN class="punctuation token">.</SPAN>content<SPAN class="punctuation token">.</SPAN>search<SPAN class="punctuation token">(</SPAN>query<SPAN class="operator token">=</SPAN><SPAN class="string token">"*"</SPAN><SPAN class="punctuation token">,</SPAN>item_type<SPAN class="operator token">=</SPAN><SPAN class="string token">"Feature Service"</SPAN><SPAN class="punctuation token">,</SPAN> max_items <SPAN class="operator token">=</SPAN> <SPAN class="number token">1000</SPAN><SPAN class="punctuation token">)</SPAN> <SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
returns seemingly random feature service items that are not even owned by users in my ArcGIS Online instance. Why is that? How would you go about reporting on how all feature services in your org. are shared?