Esri / ago-tools

A Python package to assist with administering ArcGIS Online Organizations.
Apache License 2.0
87 stars 88 forks source link

Add getItems function #13

Closed oevans closed 10 years ago

oevans commented 10 years ago

Add a getItems function (similar to getUsers). One use case is to be able to easily create a spreadsheet of all items with views and other information that can be turned into a PivotTable and used to summarize activity in an organization.

ecaldwell commented 10 years ago

Closed with #15. Use an advanced search to get all items for an org (remove the totalResults parameter and add a token) or a specific user.