Does anybody know how to get all contents which are published by organization roles on AGOL?
I am meeting a case, that is we have some users (Global account) which belong to our organization. The Administrator want to
retrieve all of the published contents(include other user shared).
I have researched this several days, but still can't get any better solution for this by ArcGIS REST API.
I found below tricky things:
1. On Content API, you just can get yourself contents by token.
2. On Search API, I can get the items by token and organization id. but when I add a filter condition, for example type:Web Map, I can't get the results correctly. I don't know if it is a bug for Search API.
Thanks